aboutsummaryrefslogtreecommitdiff
path: root/hsm-gpio/hsm-gpio.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-27 21:43:49 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-01-29 04:13:02 +0000
commite876094f54aa3d4fc57b0ee3455ba5653facce67 (patch)
tree0d963599ece6591eca59b26e993d882a7caecf35 /hsm-gpio/hsm-gpio.cabal
parent194800033037f25f4c9fdae365f63f6abe0e110c (diff)
Adds C bindings to interface with libgpiod
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r--hsm-gpio/hsm-gpio.cabal6
1 files changed, 5 insertions, 1 deletions
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