hledger-web: allow building with blaze-html 0.6.x

This commit is contained in:
Peter Simons 2013-04-18 14:23:05 +02:00
parent da8f4a1cb6
commit b7283759d6

View File

@ -162,8 +162,8 @@ library
if flag(blaze_html_0_5)
cpp-options: -DBLAZE_HTML_0_5
build-depends:
blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
blaze-html >= 0.5 && < 0.7
, blaze-markup >= 0.5.1 && < 0.7
else
build-depends:
blaze-html >= 0.4 && < 0.5
@ -254,8 +254,8 @@ executable hledger-web
if flag(blaze_html_0_5)
cpp-options: -DBLAZE_HTML_0_5
build-depends:
blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
blaze-html >= 0.5 && < 0.7
, blaze-markup >= 0.5.1 && < 0.7
else
build-depends:
blaze-html >= 0.4 && < 0.5