diff options
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r-- | hsm-gpio/hsm-gpio.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal new file mode 100644 index 0000000..786977a --- /dev/null +++ b/hsm-gpio/hsm-gpio.cabal @@ -0,0 +1,21 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-gpio +version: 0.1.0.0 + +library + build-depends: + , base + , bytestring + , hsm-log + , io-region + , text + , vector + + exposed-modules: Hsm.GPIO + other-modules: Hsm.GPIO.Lib + ghc-options: -Wall -Wunused-packages + extra-libraries: gpiod + default-language: GHC2021 |