aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-20 14:03:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-20 14:03:58 -0700
commiteb50bf896c9b436f6e1db86559def02cdc711633 (patch)
tree22482e79c86c52bd3f713d112eadc700351511f8
parentac75964f4ea199bff64ef5663a93db7ffc0248e7 (diff)
parentb65238b412b0822a93ed90748e4d2386791b5cba (diff)
downloadpandoc-eb50bf896c9b436f6e1db86559def02cdc711633.tar.gz
Merge pull request #2099 from RyanGlScott/master
Bump zlib upper version bounds
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2e04f6bc7..f6b01e8d6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -262,7 +262,7 @@ Library
aeson >= 0.7 && < 0.9,
tagsoup >= 0.13.1 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
- zlib >= 0.5 && < 0.6,
+ zlib >= 0.5 && < 0.7,
highlighting-kate >= 0.5.14 && < 0.6,
data-default >= 0.4 && < 0.6,
temporary >= 1.1 && < 1.3,