From 287a3fcc51ac030d83a07508b49d284bfa160153 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 28 May 2020 11:25:01 -0700 Subject: Allow http-client 0.7. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3