summaryrefslogtreecommitdiff
path: root/snap-efault.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-09-08 10:10:01 +0200
committerTom Smeding <tom@tomsmeding.com>2022-09-08 10:10:01 +0200
commit9a8190e3dd6899ca1be16fa24172e842fcb16bd8 (patch)
tree90ad3387197a1dda2e73bbf61432bc6a437568dd /snap-efault.cabal
Initial
Diffstat (limited to 'snap-efault.cabal')
-rw-r--r--snap-efault.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/snap-efault.cabal b/snap-efault.cabal
new file mode 100644
index 0000000..5bb005c
--- /dev/null
+++ b/snap-efault.cabal
@@ -0,0 +1,19 @@
+cabal-version: 2.0
+name: snap-efault
+synopsis: Stuff
+version: 0.1.0.0
+license: MIT
+author: Tom Smeding
+maintainer: tom@tomsmeding.com
+build-type: Simple
+
+executable snap-efault
+ main-is:
+ Main.hs
+ build-depends:
+ base >= 4.13 && < 4.15,
+ process >= 1.6.13.2 && < 1.7,
+ snap-server >= 1.1.1.2 && < 1.2
+ hs-source-dirs: .
+ default-language: Haskell2010
+ ghc-options: -Wall -O2 -threaded