diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-07 20:42:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-07 20:42:13 -0400 |
commit | 42a548b2bf84dfda9f7995c6654991cb6a4591ef (patch) | |
tree | 3c450d5664f1bacba6cbf1227d9d0d52c9b8adc4 /git-annex.cabal | |
parent | 4bf87b783e3939e26c2a79dd02b43763f087d78a (diff) |
Revert "need a newish version of containers"
This reverts commit 60407799f1ed49acaeffdb9910a2f5e92e582d13.
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 7c37febe8..6c6fb1f31 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 (>= 0.5.0.0), utf8-string, network (>= 2.0), mtl (>= 2), + 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, MonadCatchIO-transformers, |