From 2a02c597a575cb6f56fe8e7feb76f3a62e49c16d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 18 Jun 2024 16:06:31 -0700 Subject: [PATCH] Add an upper bound for req, #7455 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afa9d2245..cb5f477b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8477,6 +8477,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7449 - fourmolu < 0.16 + # https://github.com/commercialhaskell/stackage/issues/7455 + - req < 3.13.3 + # end of Stackage upper bounds # end of packages