Allow compilation with blaze-html 0.6.

This commit is contained in:
John MacFarlane 2013-02-19 18:45:41 -08:00
parent 83521c18e9
commit 9453995cbf

View file

@ -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: