summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-19 18:45:41 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-19 18:45:41 -0800
commit9453995cbf6206c0b2dd32877a0aa4cf2f6ebb49 (patch)
tree6456c2a1f9e75408a0100f0f53e43a1db671756f /pandoc.cabal
parent83521c18e91ca7e27dc6edd7d4e612e8782d598c (diff)
Allow compilation with blaze-html 0.6.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 25ff17328..5038cde6d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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: