From e876094f54aa3d4fc57b0ee3455ba5653facce67 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 27 Jan 2025 21:43:49 +0000 Subject: Adds C bindings to interface with libgpiod --- hsm-gpio/hsm-gpio.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hsm-gpio/hsm-gpio.cabal') diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal index 8ff3e13..92f1ab2 100644 --- a/hsm-gpio/hsm-gpio.cabal +++ b/hsm-gpio/hsm-gpio.cabal @@ -9,13 +9,17 @@ library build-depends: , aeson , base + , bytestring , containers , effectful-core , hsm-core , log-effectful - , process + , resourcet-effectful , text + , vector exposed-modules: Hsm.GPIO + other-modules: Hsm.GPIO.Lib ghc-options: -Wall -Wunused-packages + extra-libraries: gpiod default-language: GHC2021 -- cgit v1.2.1