summaryrefslogtreecommitdiffstats
path: root/much.cabal
blob: 48e95a9f4bebeeb35d3a6a8b7fc897ffa4e9f6c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
                , attoparsec
                , 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
                , email-header
                , friendly-time >=0.3 && <0.4
                , mime-mail
                , old-locale
                , process >=1.2 && <1.3
                , rosezipper >=0.2 && <0.3
                , safe
                , split >=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