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..8ff3e13 --- /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: + , aeson + , base + , containers + , effectful-core + , hsm-core + , log-effectful + , process + , text + + exposed-modules: Hsm.GPIO + ghc-options: -Wall -Wunused-packages + default-language: GHC2021 |