summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-01 20:00:57 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-01 20:00:57 -0800
commiteb0424a8928d40f02934c9e2cee6ad3c3b96ea39 (patch)
tree226e737dd62c2e5231b35d824d2eb9cd5f9a631b /pandoc.cabal
parent7a09873a0b792be381d26b17a6833a163ce294b8 (diff)
Allow to build against highlighting-kate 0.3.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 226b6dd04..a3c8d95ff 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -312,7 +312,7 @@ Executable pandoc
else
Build-depends: base >= 3 && < 4
if flag(highlighting)
- Build-depends: highlighting-kate >= 0.2.9 && < 0.3
+ Build-depends: highlighting-kate >= 0.2.9 && < 0.4
cpp-options: -D_HIGHLIGHTING
if impl(ghc >= 6.12)
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind