From d0d2edd85435043304684c537607972e4786bed4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 May 2012 20:58:58 -0700 Subject: Require highlighting-kate >= 0.5.1. This is required for proper highlighted inline code in LaTeX. Closes #527. --- pandoc.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index dc38e8787..35f680de4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -216,7 +216,7 @@ Library tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && < 0.6, - highlighting-kate >= 0.5.0.6 && < 0.6, + highlighting-kate >= 0.5.1 && < 0.6, temporary >= 1.1 && < 1.2 if flag(blaze_html_0_5) build-depends: @@ -321,7 +321,7 @@ Executable pandoc tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && < 0.6, - highlighting-kate >= 0.5.0.6 && < 0.6, + highlighting-kate >= 0.5.1 && < 0.6, temporary >= 1.1 && < 1.2 if flag(blaze_html_0_5) build-depends: @@ -385,7 +385,7 @@ Executable test-pandoc tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && < 0.6, - highlighting-kate >= 0.5.0.6 && < 0.6, + highlighting-kate >= 0.5.1 && < 0.6, temporary >= 1.1 && < 1.2 if flag(blaze_html_0_5) build-depends: -- cgit v1.2.3