Allow compilation with blaze-html 0.6.
This commit is contained in:
parent
83521c18e9
commit
9453995cbf
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ Source-repository head
|
|||
location: git://github.com/jgm/pandoc.git
|
||||
|
||||
Flag blaze_html_0_5
|
||||
Description: Use blaze-html 0.5 and blaze-markup 0.5
|
||||
Description: Use blaze-html >= 0.5 and blaze-markup >= 0.5
|
||||
Default: True
|
||||
Flag embed_data_files
|
||||
Description: Embed data files in binary for relocatable executable.
|
||||
|
@ -240,7 +240,7 @@ Library
|
|||
temporary >= 1.1 && < 1.2
|
||||
if flag(blaze_html_0_5)
|
||||
build-depends:
|
||||
blaze-html >= 0.5 && < 0.6,
|
||||
blaze-html >= 0.5 && < 0.7,
|
||||
blaze-markup >= 0.5.1 && < 0.6
|
||||
else
|
||||
build-depends:
|
||||
|
|
Loading…
Reference in a new issue