summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-25 16:24:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-25 16:24:05 -0400
commit762a23af0b321bbc03b377246871757957b4812d (patch)
treefe5fe76b0a0267abba60b51f86e2ebb89e21e01b /git-annex.cabal
parented3bcbb650a0b6c7f50d9ab81621aa085615380a (diff)
build-depend on a recent mtl
Old versions have an insufficiently generic definition of reader, which only works on ReaderT and not on newtypes made of it, or something like that.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index eb5f77511..c79b305f3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -55,7 +55,7 @@ Flag DNS
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
- unix, containers, utf8-string, network (>= 2.0), mtl,
+ unix, containers, utf8-string, network (>= 2.0), mtl (>= 2.1.1),
bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base,
@@ -115,10 +115,11 @@ Test-Suite test
Type: exitcode-stdio-1.0
Main-Is: test.hs
Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath,
- unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
- pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
- base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base,
- IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process
+ unix, containers, utf8-string, network, mtl (>= 2.1.1), bytestring,
+ old-locale, time, pcre-light, extensible-exceptions, dataenc, SHA,
+ process, json, HTTP, base (>= 4.5 && < 4.7), monad-control,
+ transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1,
+ bloomfilter, edit-distance, process
Other-Modules: Utility.Touch
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c