summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal27
1 files changed, 27 insertions, 0 deletions
diff --git a/much.cabal b/much.cabal
new file mode 100644
index 0000000..4e87d6f
--- /dev/null
+++ b/much.cabal
@@ -0,0 +1,27 @@
+name: much
+version: 0.0.0.0
+license: MIT
+author: tv <tv@shackspace.de>
+maintainer: tv@shackspace.de
+build-type: Simple
+cabal-version: >=1.10
+
+executable much
+ main-is: test5.hs
+ build-depends: base >=4.7 && <4.8
+ , aeson >=0.8 && <0.9
+ , bytestring >=0.10 && <0.11
+ , case-insensitive >=1.2 && <1.3
+ , containers >=0.5 && <0.6
+ , deepseq >=1.3 && <1.4
+ , directory >=1.2 && <1.3
+ , mtl >=2.1 && <2.2
+ , process >=1.2 && <1.3
+ , rosezipper >=0.2 && <0.3
+ , terminal-size >= 0.3 && <0.4
+ , text >=1.2 && <1.3
+ , time >=1.4 && <1.5
+ , unix >=2.7 && <2.8
+ , vector >=0.10 && <0.11
+ default-language: Haskell2010
+ ghc-options: -O2 -Wall -threaded