From fa3fbf824cb949ed5cb1113b50a7984254b301f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Feb 2013 14:19:59 -0400 Subject: [PATCH] don't need HTTP any longer --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 50bd288785..24fc251ee4 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -57,7 +57,7 @@ Executable git-annex Build-Depends: MissingH, hslogger, directory, filepath, unix, containers, utf8-string, network (>= 2.0), mtl (>= 2.1.1), bytestring, old-locale, time, - pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, + pcre-light, extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, SafeSemaphore