diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-08 14:19:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-08 14:19:59 -0400 |
commit | 3fd892246184052b425a6284d32ac90e9e3ddd0e (patch) | |
tree | 8ddfc46919ca96cb88148b4bd7d3d6ff2cdb6a2e | |
parent | 2364d1b613545a68dc17d6ad01a4f6c39aeee03e (diff) |
don't need HTTP any longer
-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 50bd28878..24fc251ee 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 |