diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-02-07 17:10:05 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-02-24 20:00:47 +0000 |
commit | c123795a0d9588f40f06dba918bb0130944302ec (patch) | |
tree | 61161cddf1ed08fcb18724bf2a642cfafe94c5a2 /hsm-pwm/hsm-pwm.cabal |
Initial
Diffstat (limited to 'hsm-pwm/hsm-pwm.cabal')
-rw-r--r-- | hsm-pwm/hsm-pwm.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hsm-pwm/hsm-pwm.cabal b/hsm-pwm/hsm-pwm.cabal new file mode 100644 index 0000000..8a6c44d --- /dev/null +++ b/hsm-pwm/hsm-pwm.cabal @@ -0,0 +1,21 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-pwm +version: 0.1.0.0 + +library + build-depends: + , base + , filepath + , hsm-log + , io-region + , monad-loops + , text + , unix + + exposed-modules: Hsm.PWM + ghc-options: -Wall -Wunused-packages + extra-libraries: gpiod + default-language: GHC2021 |