summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-28 10:27:39 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-28 10:27:39 -0800
commit479a0a56d7819074500d6610bb9139b71faf367a (patch)
treea854789793576fa46a22bffa8c5fcc3d4a17e217 /pandoc.cabal
parent318d136881fa629e28139b2c7bf0f68cf98e8e75 (diff)
Update version bound for highlighting-kate.
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 0bfd53e6a..226b6dd04 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -224,7 +224,7 @@ Library
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