Merge branch 'master' of github.com:simonmichael/hledger

This commit is contained in:
Simon Michael 2013-04-18 12:49:14 -07:00
commit 030a03d9e3
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)
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