aboutsummaryrefslogtreecommitdiff
path: root/hsm-gpio/hsm-gpio.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-02-07 17:10:05 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-02-18 20:35:35 +0000
commitab4591cb0e074ce98c24645cdb80cb5012aed566 (patch)
tree98451fa7e042e49ea83f265866754f3f6a3b406f /hsm-gpio/hsm-gpio.cabal
InitialHEADmaster
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r--hsm-gpio/hsm-gpio.cabal21
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..786977a
--- /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:
+ , base
+ , bytestring
+ , hsm-log
+ , io-region
+ , text
+ , vector
+
+ exposed-modules: Hsm.GPIO
+ other-modules: Hsm.GPIO.Lib
+ ghc-options: -Wall -Wunused-packages
+ extra-libraries: gpiod
+ default-language: GHC2021