From e021b6c8f7785de7ede2789fc1f4d4769e92a31c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jun 2026 17:09:32 +0800 Subject: [PATCH] move http-client-tls < 0.4 into upperbounds section (#7966) --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e33e2d08..ba6c313b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5618,7 +5618,7 @@ packages: - html - html-entities - http-client-restricted - - http-client-tls < 0.4 # https://github.com/commercialhaskell/stackage/issues/7966 + - http-client-tls - http-date - http-reverse-proxy - http-types @@ -7866,6 +7866,10 @@ packages: - servant-auth < 0.4.10 - servant-auth-client < 0.4.10 - servant-auth-server < 0.4.10 + + # https://github.com/commercialhaskell/stackage/issues/7966 + - http-client-tls < 0.4 + - aws < 0.25.3 # end of Stackage upper bounds # end of packages