Merge pull request #104 from peti/master

minor build fixes
This commit is contained in:
Simon Michael 2013-04-18 11:57:44 -07:00
commit 3d71bb54b7
2 changed files with 6 additions and 4 deletions

2
hledger-web/Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain

View File

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