aboutsummaryrefslogtreecommitdiff
path: root/hsm-dummy-poller/hsm-dummy-poller.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-dummy-poller/hsm-dummy-poller.cabal')
-rw-r--r--hsm-dummy-poller/hsm-dummy-poller.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/hsm-dummy-poller/hsm-dummy-poller.cabal b/hsm-dummy-poller/hsm-dummy-poller.cabal
new file mode 100644
index 0000000..801cf68
--- /dev/null
+++ b/hsm-dummy-poller/hsm-dummy-poller.cabal
@@ -0,0 +1,25 @@
+cabal-version: 3.4
+author: Paul Oliver
+build-type: Simple
+maintainer: contact@pauloliver.dev
+name: hsm-dummy-poller
+version: 0.1.0.0
+
+executable dummy-poller
+ build-depends:
+ , base
+ , echo
+ , effectful
+ , hsm-core
+ , log-effectful
+ , resourcet-effectful
+ , streamly-core
+ , text
+
+ main-is: Main.hs
+ ghc-options: -Wall -Wunused-packages
+
+ if !arch(x86_64)
+ ghc-options: -optl=-mno-fix-cortex-a53-835769
+
+ default-language: GHC2021