summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-05 13:14:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-05 13:15:00 -0400
commitffc3902c811f2cfac893b100224e8d66c2f7de29 (patch)
tree5529545dc04b08ba098e32bb6b7540ce12bbbea7 /git-annex.cabal
parent040a3e36f1294ac0c9c77355832943ec9f4083b3 (diff)
increase base upper bound
Android builds tested with very close to 4.8
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 c501b29be..97a3a7a34 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -80,7 +80,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.8), monad-control, MonadCatchIO-transformers,
+ base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, uuid, random, dlist, unix-compat
-- Need to list these because they're generated from .hsc files.