From 5740489927075d238a59950be8004f091b445b8f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jan 2014 20:42:13 -0400 Subject: [PATCH] Revert "need a newish version of containers" This reverts commit bad6b46f7fa52c413257ab8c58df577b1284b451. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 7c37febe89..6c6fb1f318 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,