From 244d0a11d02e44ae2e0c97e4ab4deb78ff8c2703 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 21 Sep 2024 19:36:58 -0700 Subject: [PATCH] Bounds for #7524 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed475c9bc..0d0948b32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1869,7 +1869,7 @@ packages: # copilot tests: - hedgehog-classes - html-parse - - kvitable < 1.1 # https://github.com/commercialhaskell/stackage/issues/7524 + - kvitable - lumberjack - named-text - sayable @@ -7988,6 +7988,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7506 - postgresql-libpq < 0.11 - postgresql-libpq-configure < 0.11 + + # https://github.com/commercialhaskell/stackage/issues/75241 + - kvitable < 1.1 + - tasty-sugar < 2.2.2 # end of Stackage upper bounds # end of packages