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.cabal19
1 files changed, 11 insertions, 8 deletions
diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal
index 786977a..b38a777 100644
--- a/hsm-gpio/hsm-gpio.cabal
+++ b/hsm-gpio/hsm-gpio.cabal
@@ -1,4 +1,4 @@
-cabal-version: 3.4
+cabal-version: 3.8
author: Paul Oliver
build-type: Simple
maintainer: contact@pauloliver.dev
@@ -8,14 +8,17 @@ version: 0.1.0.0
library
build-depends:
, base
- , bytestring
+ , effectful-core
+ , effectful-plugin
+ , hsm-core
, hsm-log
- , io-region
- , text
+ , resourcet-effectful
, vector
+ default-language: GHC2024
exposed-modules: Hsm.GPIO
- other-modules: Hsm.GPIO.Lib
- ghc-options: -Wall -Wunused-packages
- extra-libraries: gpiod
- default-language: GHC2021
+ ghc-options:
+ -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages
+ -ddump-splices -fplugin=Effectful.Plugin
+
+ other-modules: Hsm.GPIO.FFI