diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-03-04 17:15:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-03-04 17:15:51 -0800 |
commit | fd657986cc130053da93caf3f61c2f234706c549 (patch) | |
tree | 6cc51ea30566f95bca4e85a93c6027389ec845d1 | |
parent | ab24871cc057862611edfc1bf4262921715f78c0 (diff) | |
download | pandoc-fd657986cc130053da93caf3f61c2f234706c549.tar.gz |
pandoc.cabal: Require latest h-k, texmath, citeproc-hs, zip-archive.
Pandoc will compile with older versions, but there will be bugs
relating to these functions. Making the current versions dependencies
is the only way to get packages updated in the distros.
-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 |