diff options
Diffstat (limited to 'hsm-pwm/hsm-pwm.cabal')
-rw-r--r-- | hsm-pwm/hsm-pwm.cabal | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/hsm-pwm/hsm-pwm.cabal b/hsm-pwm/hsm-pwm.cabal index 8a6c44d..a4453ba 100644 --- a/hsm-pwm/hsm-pwm.cabal +++ b/hsm-pwm/hsm-pwm.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 + , effectful-core + , effectful-plugin , filepath + , hsm-core , hsm-log - , io-region , monad-loops - , text + , resourcet-effectful , unix + default-language: GHC2024 exposed-modules: Hsm.PWM - 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 |