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.
This commit is contained in:
John MacFarlane 2013-03-04 17:15:51 -08:00
parent ab24871cc0
commit fd657986cc

View file

@ -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