aboutsummaryrefslogtreecommitdiff
path: root/hsm-gpio/hsm-gpio.cabal
diff options
context:
space:
mode:
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