summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-08 14:19:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-08 14:19:45 -0400
commit2364d1b613545a68dc17d6ad01a4f6c39aeee03e (patch)
tree12dd5c68d81858b518b62c63c923711f46263c31 /git-annex.cabal
parent38dbc9667f80b3566eef5138e436d30cb5ad409c (diff)
update base dependency
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 4c236aea4..50bd28878 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -58,7 +58,7 @@ Executable git-annex
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,
+ base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore
-- Need to list these because they're generated from .hsc files.