mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
Merge branch 'master' of github.com:simonmichael/hledger
This commit is contained in:
commit
030a03d9e3
2
hledger-web/Setup.hs
Normal file
2
hledger-web/Setup.hs
Normal file
@ -0,0 +1,2 @@
|
||||
import Distribution.Simple
|
||||
main = defaultMain
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user