aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-22 22:10:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-22 22:10:01 -0700
commit0fbe7df81877911000dff14ac493fd837f9eb718 (patch)
treed3c80cf53e77e4bdf539bab8bc0facb177625bb6 /pandoc.cabal
parent020a527c15121087b057c7d3054467e3a499a94d (diff)
parent9cf9985ecfd3a6aba298c189bc502fa088354524 (diff)
downloadpandoc-0fbe7df81877911000dff14ac493fd837f9eb718.tar.gz
Merge pull request #1639 from RyanGlScott/master
Bump text, random, http-client upper bounds
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e5cf07d3b..0e805d724 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -219,14 +219,14 @@ Library
process >= 1 && < 1.3,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 1.2,
+ text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.3,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.8 && < 0.9,
xml >= 1.3.12 && < 1.4,
- random >= 1 && < 1.1,
+ random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.12.4 && < 1.13,
aeson >= 0.7 && < 0.9,
@@ -253,7 +253,7 @@ Library
else
Build-Depends: network >= 2 && < 2.6
if flag(https)
- Build-Depends: http-client >= 0.3.2 && < 0.4,
+ Build-Depends: http-client >= 0.3.2 && < 0.5,
http-client-tls >= 0.2 && < 0.3,
http-types >= 0.8 && < 0.9
cpp-options: -DHTTP_CLIENT
@@ -348,7 +348,7 @@ Executable pandoc
base >= 4.2 && <5,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
- text >= 0.11 && < 1.2,
+ text >= 0.11 && < 1.3,
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.8.5 && < 0.6,
@@ -409,7 +409,7 @@ Test-Suite test-pandoc
pandoc,
pandoc-types >= 1.12.4 && < 1.13,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 1.2,
+ text >= 0.11 && < 1.3,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.3,