summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 14:00:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 14:00:25 -0400
commitb09de96f33d5d263afc25becaddbf59f3cafa5d2 (patch)
treee4a3679110839bd9f7e53820dff32446c5230e2d
parenta030468cadb81b99a60968b8619848e55b46721c (diff)
lower bound on exceptions
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 0de58f81b..a9366c5a8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -98,7 +98,7 @@ Executable git-annex
containers, utf8-string, network (>= 2.0), mtl (>= 2),
bytestring, old-locale, time, HTTP,
extensible-exceptions, dataenc, SHA, process, json,
- base (>= 4.5 && < 4.9), monad-control, exceptions,
+ base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5),
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
data-default, case-insensitive