summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-11 15:22:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-11 15:22:07 -0400
commite658dc378eaa14607278cddd30f965ffcff89426 (patch)
treedf4c2142a5cfc12198cfa0ad93ef0f455b990aff /git-annex.cabal
parent47170876e87a8483a9fc067ca71336f55f45e127 (diff)
remove HTTP from test deps
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3d7fa3a0d..1b06564e5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -124,7 +124,7 @@ Test-Suite test
Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl (>= 2.1.1), bytestring,
old-locale, time, extensible-exceptions, dataenc, SHA,
- process, json, HTTP, base (>= 4.5 && < 4.7), monad-control,
+ process, json, base (>= 4.5 && < 4.7), monad-control,
transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1,
bloomfilter, edit-distance, process, SafeSemaphore, Glob
Other-Modules: Utility.Touch