aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-29 15:24:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-29 15:24:48 -0800
commit9e89047518c9fc4278454574d4c0e86fffe75675 (patch)
tree7d1a4a85d0cab55bbb7753cf9f22f2a9f04f7b75
parent154b48c6277496f86c5b8c471e2110197c3f956a (diff)
downloadpandoc-9e89047518c9fc4278454574d4c0e86fffe75675.tar.gz
Depend on highlighting-kate >= 0.2.9.
This is needed for highlighting of inline code.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4e551fe9b..ee0e6ab48 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -213,7 +213,7 @@ Library
else
Build-depends: base >= 3 && < 4
if flag(highlighting)
- Build-depends: highlighting-kate >= 0.2.8.2 && < 0.2.9
+ Build-depends: highlighting-kate >= 0.2.9 && < 0.3
cpp-options: -D_HIGHLIGHTING
if impl(ghc >= 6.12)
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
@@ -297,7 +297,7 @@ Executable pandoc
else
Build-depends: base >= 3 && < 4
if flag(highlighting)
- Build-depends: highlighting-kate >= 0.2.8.2 && < 0.2.9
+ Build-depends: highlighting-kate >= 0.2.9 && < 0.3
cpp-options: -D_HIGHLIGHTING
if impl(ghc >= 6.12)
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind