summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-20 12:05:01 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-20 12:05:01 -0800
commit6aa9f521ea83a2c67911348e1280a5eda0a5db62 (patch)
tree743eff422689f35aef9e1f7eadcf76ee02fd3c61 /pandoc.cabal
parent12a1ecc8b47018aab921842b4efadd0c1ba044cf (diff)
Depend on zlib (for Offline).
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
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