aboutsummaryrefslogtreecommitdiff
path: root/hsm-drive/hsm-drive.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-02-26 18:07:58 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-03-06 21:11:49 +0000
commite586927bdeef9d1d59f464c0fed86977ec9fd6c4 (patch)
tree56b3fd8ce96e5cec85f92e58a8b683ffd6c55024 /hsm-drive/hsm-drive.cabal
parentc123795a0d9588f40f06dba918bb0130944302ec (diff)
Adds drive service and test app
Diffstat (limited to 'hsm-drive/hsm-drive.cabal')
-rw-r--r--hsm-drive/hsm-drive.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/hsm-drive/hsm-drive.cabal b/hsm-drive/hsm-drive.cabal
new file mode 100644
index 0000000..a9dbe69
--- /dev/null
+++ b/hsm-drive/hsm-drive.cabal
@@ -0,0 +1,19 @@
+cabal-version: 3.4
+author: Paul Oliver
+build-type: Simple
+maintainer: contact@pauloliver.dev
+name: hsm-drive
+version: 0.1.0.0
+
+library
+ build-depends:
+ , base
+ , echo
+ , hsm-gpio
+ , hsm-log
+ , hsm-pwm
+ , text
+
+ exposed-modules: Hsm.Drive
+ ghc-options: -Wall -Wunused-packages
+ default-language: GHC2021