Depend on zlib (for Offline).
This commit is contained in:
parent
12a1ecc8b4
commit
6aa9f521ea
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue