aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
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: