remove HTTP from test deps

This commit is contained in:
Joey Hess 2013-02-11 15:22:07 -04:00
parent 9a3520613a
commit 3ef3b5225e

View file

@ -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