diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-07 14:18:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-07 14:18:41 -0400 |
commit | 60407799f1ed49acaeffdb9910a2f5e92e582d13 (patch) | |
tree | 1e694169a619ed19383827834eb51cb07ae4f33a /git-annex.cabal | |
parent | 04d48f98c5cecabdefcddc8b68738567a530dd84 (diff) |
need a newish version of containers
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
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, |