From e8c780cd1eb64ed6f2d0e34b6c7f2f3f68d6fda8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 12 Jun 2024 00:15:19 -0700 Subject: [PATCH] Add upper bounds for http2, http-semantics, #7448 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ecebc3f..d3fb1e84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8463,6 +8463,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7447 - attoparsec-framer < 0.1.0.5 + + # https://github.com/commercialhaskell/stackage/issues/7448 + - http2 < 5.2.3 + - http-semantics < 0.1 + # end of Stackage upper bounds # end of packages