summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-17 14:37:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-17 14:37:14 -0400
commit93750026c32bb2558883a773c41ca9f1b277f213 (patch)
treecf005668522c85e088be71c50117a6479f7bde98 /git-annex.cabal
parentedcf28915288eec6558d49efe272808ede8a6d05 (diff)
fix lower bounds on version of exceptions
This is needed only because of the new MonadMask needed for bracket in the new version. Ifdefing it everywhere is not practical, since the Setup.hs uses it.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3b5e45929..919eaa14e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -97,7 +97,7 @@ Executable git-annex
Build-Depends: MissingH, hslogger, directory, filepath,
containers, utf8-string, network (>= 2.0), mtl (>= 2),
bytestring, old-locale, time, dataenc, SHA, process, json,
- base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5), transformers,
+ base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
data-default, case-insensitive, http-conduit, http-types