diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-28 11:25:01 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-28 11:25:01 -0700 |
commit | 287a3fcc51ac030d83a07508b49d284bfa160153 (patch) | |
tree | d2e131bf406e6cef6e0588965680e5996a7fd355 | |
parent | 52a73abfe407317c32eb8d0f839e01c584b9e9d4 (diff) | |
download | pandoc-287a3fcc51ac030d83a07508b49d284bfa160153.tar.gz |
Allow http-client 0.7.
-rw-r--r-- | pandoc.cabal | 2 |
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, |