aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-09 08:43:41 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-09 08:43:41 -0800
commit483012552aa4ac8fccd733f81110dcebcf1afdd4 (patch)
tree0e8653aa8f2d84c6dac6afe6b750e14e7b4d9b9f /pandoc.cabal
parent7e481d73cf4889551278fc7f72a3c8f1178445e4 (diff)
downloadpandoc-483012552aa4ac8fccd733f81110dcebcf1afdd4.tar.gz
Allow http-client 0.6.
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 b99a9a8e0..d1d9e6b02 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -392,7 +392,7 @@ library
doctemplates >= 0.2.1 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,
- http-client >= 0.4.30 && < 0.6,
+ http-client >= 0.4.30 && < 0.7,
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
case-insensitive >= 1.2 && < 1.3,