From 2dd8bc496bd36e08e6bbfff0d01c4d86186dc13b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Jun 2009 23:48:46 +0000 Subject: [PATCH] require HTTP only when building with -fhapps --- hledger.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger.cabal b/hledger.cabal index 768eb76bd..4d5dd5be0 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -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