diff options
author | tv <tv@shackspace.de> | 2014-12-28 22:22:43 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-12-28 22:26:36 +0100 |
commit | b553a8fb2513fac00363dcaeb44ceeea9be3636c (patch) | |
tree | e376616b627a09b12ab90b7f41e992340c2da494 /much.cabal | |
parent | b1aa17616f56517fa83607296c25ee6c333968c1 (diff) |
cabalize & nixify
Diffstat (limited to 'much.cabal')
-rw-r--r-- | much.cabal | 27 |
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 |