summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-03-05 15:39:13 +0100
committertv <tv@shackspace.de>2015-03-05 15:39:13 +0100
commit7b9f243320cfe33ddb4f89be81483dd775cc49b0 (patch)
tree887bc71034e93bc671982b73371bf69689cbea58 /much.cabal
parent5d0537e5be15e82e43dc0beaa42809f8e5ef3510 (diff)
test5: allow attaching files (creates new message)
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/much.cabal b/much.cabal
index 32e0ab9..48e95a9 100644
--- a/much.cabal
+++ b/much.cabal
@@ -10,15 +10,20 @@ 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