aboutsummaryrefslogtreecommitdiff
path: root/hsm-gpio/hsm-gpio.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-14 15:42:46 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-17 19:16:43 -0800
commite1fa79eb713c249055fb23fcc6684a94f77d8368 (patch)
tree5ac5d27b5ffd94ba9591922e7dcfcdb4d0dc198c /hsm-gpio/hsm-gpio.cabal
parent00ad7b9a1c798e611a0c0b7fcbfa5ee76c2f39c4 (diff)
Adds GPIO effect and dummy blinker service
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..8ff3e13
--- /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:
+ , aeson
+ , base
+ , containers
+ , effectful-core
+ , hsm-core
+ , log-effectful
+ , process
+ , text
+
+ exposed-modules: Hsm.GPIO
+ ghc-options: -Wall -Wunused-packages
+ default-language: GHC2021