diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 2c78ca735..59a770178 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -214,7 +214,8 @@ Library json >= 0.4 && < 0.6, dlist >= 0.4 && < 0.6, 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) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 else @@ -302,7 +303,8 @@ Executable pandoc json >= 0.4 && < 0.6, dlist >= 0.4 && < 0.6, 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) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 else |