require HTTP only when building with -fhapps

This commit is contained in:
Simon Michael 2009-06-03 23:48:46 +00:00
parent d3a30e97ef
commit 2dd8bc496b

View File

@ -107,7 +107,6 @@ Executable hledger
,testpack
,time
,utf8-string
,HTTP >= 4000.0 && < 4000.1
,HUnit
-- should set patchlevel here as in Makefile
@ -129,3 +128,4 @@ Executable hledger
,happstack-state >= 0.2 && < 0.3
,utf8-string >= 0.3 && < 0.4
,xhtml >= 3000.2 && < 3000.3
,HTTP >= 4000.0 && < 4000.1