summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-07 20:26:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-07 20:26:47 -0400
commit4bf87b783e3939e26c2a79dd02b43763f087d78a (patch)
treeb5823a47c06eba33a899fcab6be3349356885375 /git-annex.cabal
parentacc2f7f62a764096285b5dfcd6edd7101a657954 (diff)
parent60407799f1ed49acaeffdb9910a2f5e92e582d13 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
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 6c6fb1f31..7c37febe8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -85,7 +85,7 @@ Flag EKG
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
- containers, utf8-string, network (>= 2.0), mtl (>= 2),
+ containers (>= 0.5.0.0), 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, MonadCatchIO-transformers,