diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-27 21:43:49 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-29 04:13:02 +0000 |
commit | e876094f54aa3d4fc57b0ee3455ba5653facce67 (patch) | |
tree | 0d963599ece6591eca59b26e993d882a7caecf35 /hsm-gpio/hsm-gpio.cabal | |
parent | 194800033037f25f4c9fdae365f63f6abe0e110c (diff) |
Adds C bindings to interface with libgpiod
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r-- | hsm-gpio/hsm-gpio.cabal | 6 |
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 |