aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-28 11:25:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-28 11:25:01 -0700
commit287a3fcc51ac030d83a07508b49d284bfa160153 (patch)
treed2e131bf406e6cef6e0588965680e5996a7fd355 /pandoc.cabal
parent52a73abfe407317c32eb8d0f839e01c584b9e9d4 (diff)
downloadpandoc-287a3fcc51ac030d83a07508b49d284bfa160153.tar.gz
Allow http-client 0.7.
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 5e6390b86..69bdeac1f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -426,7 +426,7 @@ library
network-uri >= 2.6 && < 2.7,
network >= 2.6,
connection >= 0.3.1,
- http-client >= 0.4.30 && < 0.7,
+ http-client >= 0.4.30 && < 0.8,
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
case-insensitive >= 1.2 && < 1.3,