diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-09-11 03:04:36 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-09-12 01:08:04 +0000 |
commit | ac5a85abac1a47645713d3b7539fccb1b744dd85 (patch) | |
tree | f0107a391a5f937b3d076f0edd1c8df9c3bbc0c2 /hsm-gpio/hsm-gpio.cabal | |
parent | 89aab732dc3d484b99c0761728285bca6f6b1ba0 (diff) |
Adds `hsm-drive`
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r-- | hsm-gpio/hsm-gpio.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal index ba538db..75e22f8 100644 --- a/hsm-gpio/hsm-gpio.cabal +++ b/hsm-gpio/hsm-gpio.cabal @@ -15,6 +15,7 @@ library default-language: GHC2024 exposed-modules: Hsm.GPIO + extra-libraries: gpiod ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages -ddump-splices -fplugin=Effectful.Plugin |