diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
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 |