web: allow http-client 0.3.*, fixing cabal install again

This commit is contained in:
Simon Michael 2014-04-14 21:24:32 -07:00
parent 87e2d49714
commit 8454299666

View File

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