Merge pull request #442 from trofi/master

pandoc.cabal: fix typo in zlib's upper bound '<= 0.6' should be '< 0.6'
This commit is contained in:
John MacFarlane 2012-03-10 07:06:45 -08:00
commit b4314620bc

View file

@ -213,7 +213,7 @@ Library
json >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.0.2 && < 0.6,
temporary >= 1.1 && < 1.2
if impl(ghc >= 6.10)
@ -311,7 +311,7 @@ Executable pandoc
json >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.0.2 && < 0.6,
temporary >= 1.1 && < 1.2
if impl(ghc >= 6.10)
@ -369,7 +369,7 @@ Executable test-pandoc
json >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.0.2 && < 0.6,
temporary >= 1.1 && < 1.2
if impl(ghc >= 6.10)