From 7b9f243320cfe33ddb4f89be81483dd775cc49b0 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 5 Mar 2015 15:39:13 +0100 Subject: test5: allow attaching files (creates new message) --- much.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'much.cabal') 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 -- cgit v1.2.3