From 9453995cbf6206c0b2dd32877a0aa4cf2f6ebb49 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Feb 2013 18:45:41 -0800 Subject: Allow compilation with blaze-html 0.6. --- pandoc.cabal | 4 ++-- 1 file 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: -- cgit v1.2.3