aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorRyanGlScott <ryan.gl.scott@ku.edu>2015-04-20 13:52:48 -0500
committerRyanGlScott <ryan.gl.scott@ku.edu>2015-04-20 13:52:48 -0500
commitb65238b412b0822a93ed90748e4d2386791b5cba (patch)
tree22482e79c86c52bd3f713d112eadc700351511f8 /pandoc.cabal
parentac75964f4ea199bff64ef5663a93db7ffc0248e7 (diff)
downloadpandoc-b65238b412b0822a93ed90748e4d2386791b5cba.tar.gz
Bump zlib upper version bounds
Diffstat (limited to 'pandoc.cabal')
-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,