diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6d8b95fe3..d70bab35f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -144,11 +144,12 @@ Library process >= 1, directory >= 1, bytestring >= 0.9, zip-archive >= 0.1.1.4, utf8-string >= 0.3, old-time >= 1, - HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4 + HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4, + extensible-exceptions if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb else - Build-depends: base >= 3 && < 4, extensible-exceptions + Build-depends: base >= 3 && < 4 if flag(highlighting) Build-depends: highlighting-kate >= 0.2.3 cpp-options: -D_HIGHLIGHTING |