From 6aa9f521ea83a2c67911348e1280a5eda0a5db62 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Nov 2011 12:05:01 -0800 Subject: [PATCH] Depend on zlib (for Offline). --- pandoc.cabal | 6 ++++-- 1 file 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