From ef25b75947622a761e08c2f354a8fc6bc6aeb75a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 17 Jul 2023 11:11:35 -0500 Subject: [PATCH] Add an upper bound for http-conduit, #7061 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74d95b08..5477530c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8415,6 +8415,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7060 - doctest < 0.22 + + # https://github.com/commercialhaskell/stackage/issues/7061 + - http-conduit < 2.3.8.3 # end of Stackage upper bounds # end of packages