summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-26 23:02:09 +0200
committertv <tv@shackspace.de>2015-06-26 23:02:09 +0200
commitbfd854e05207a073eaa983c49f27c37555ccfce5 (patch)
treef932957a7180423f4fc387a12d17b251c0b67684 /much.cabal
parentcd4a939f40b41ef624fca9615d9fa285d5046e29 (diff)
bump compatibility to nixos-15.06pre64030.e1af50c
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal40
1 files changed, 20 insertions, 20 deletions
diff --git a/much.cabal b/much.cabal
index 8934f2a..5f0bf0f 100644
--- a/much.cabal
+++ b/much.cabal
@@ -8,34 +8,34 @@ cabal-version: >=1.10
executable much
main-is: test5.hs
- build-depends: base >=4.7 && <4.8
- , aeson >=0.8 && <0.9
+ build-depends: base
+ , aeson
, attoparsec
, base64-bytestring
, blaze-builder
- , 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
- , docopt >=0.6 && <0.7
+ , bytestring
+ , case-insensitive
+ , containers
+ , deepseq
+ , directory
+ , docopt
, email-header
, filepath
- , friendly-time >=0.3 && <0.4
- , hyphenation >=0.4 && < 0.5
- , linebreak >=1.0 && <1.1
+ , friendly-time
+ , hyphenation
+ , linebreak
, old-locale
- , process >=1.2 && <1.3
+ , process
, random
- , rosezipper >=0.2 && <0.3
+ , rosezipper
, safe
- , split >=0.2 && <0.3
- , terminal-size >= 0.3 && <0.4
- , text >=1.2 && <1.3
- , time >=1.4 && <1.5
+ , split
+ , terminal-size
+ , text
+ , time
, transformers
- , transformers-compat >=0.4
- , unix >=2.7 && <2.8
- , vector >=0.10 && <0.11
+ , transformers-compat
+ , unix
+ , vector
default-language: Haskell2010
ghc-options: -O2 -Wall -threaded