Depend on zlib (for Offline).

This commit is contained in:
John MacFarlane 2011-11-20 12:05:01 -08:00
parent 12a1ecc8b4
commit 6aa9f521ea

View file

@ -214,7 +214,8 @@ Library
json >= 0.4 && < 0.6, json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6, dlist >= 0.4 && < 0.6,
tagsoup >= 0.12 && < 0.13, tagsoup >= 0.12 && < 0.13,
base64-bytestring >= 0.1 && < 0.2 base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6
if impl(ghc >= 6.10) if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4
else else
@ -302,7 +303,8 @@ Executable pandoc
json >= 0.4 && < 0.6, json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6, dlist >= 0.4 && < 0.6,
tagsoup >= 0.12 && < 0.13, tagsoup >= 0.12 && < 0.13,
base64-bytestring >= 0.1 && < 0.2 base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6
if impl(ghc >= 6.10) if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4
else else