diff options
author | tv <tv@shackspace.de> | 2015-03-05 15:39:13 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-03-05 15:39:13 +0100 |
commit | 7b9f243320cfe33ddb4f89be81483dd775cc49b0 (patch) | |
tree | 887bc71034e93bc671982b73371bf69689cbea58 /much.cabal | |
parent | 5d0537e5be15e82e43dc0beaa42809f8e5ef3510 (diff) |
test5: allow attaching files (creates new message)
Diffstat (limited to 'much.cabal')
-rw-r--r-- | much.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |