From 84542996660ddc327c17b0cc0b5e9ddc55d19f63 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 14 Apr 2014 21:24:32 -0700 Subject: [PATCH] web: allow http-client 0.3.*, fixing cabal install again --- hledger-web/hledger-web.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index bbf50bd09..9e444323b 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -126,7 +126,7 @@ library , hamlet , hjsmin , http-conduit - , http-client >= 0.2 && < 0.3 + , http-client >= 0.2 && < 0.4 , HUnit , network-conduit , old-locale @@ -218,7 +218,7 @@ executable hledger-web , hamlet , hjsmin , http-conduit - , http-client >= 0.2 && < 0.3 + , http-client >= 0.2 && < 0.4 , HUnit , network-conduit , old-locale