diff options
-rw-r--r-- | pandoc.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5038cde6d..621bb3b00 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -221,21 +221,21 @@ Library directory >= 1 && < 1.3, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 0.12, - zip-archive >= 0.1.1.7 && < 0.2, + zip-archive >= 0.1.3.3 && < 0.2, old-locale >= 1 && < 1.1, time >= 1.2 && < 1.5, HTTP >= 4000.0.5 && < 4000.3, - texmath >= 0.6.0.2 && < 0.7, + texmath >= 0.6.1.3 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, - citeproc-hs >= 0.3.6 && < 0.4, + citeproc-hs >= 0.3.7 && < 0.4, pandoc-types >= 1.10 && < 1.11, json >= 0.4 && < 0.8, tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.6, - highlighting-kate >= 0.5.1 && < 0.6, + highlighting-kate >= 0.5.3.7 && < 0.6, data-default >= 0.4 && < 0.6, temporary >= 1.1 && < 1.2 if flag(blaze_html_0_5) @@ -325,9 +325,9 @@ Executable pandoc text >= 0.11 && < 0.12, bytestring >= 0.9 && < 0.11, extensible-exceptions >= 0.1 && < 0.2, - highlighting-kate >= 0.5.1 && < 0.6, + highlighting-kate >= 0.5.3.7 && < 0.6, HTTP >= 4000.0.5 && < 4000.3, - citeproc-hs >= 0.3.6 && < 0.4 + citeproc-hs >= 0.3.7 && < 0.4 if impl(ghc >= 7.0.1) Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind else |