From 87b1e78af18a4fd4140f84d676c91ada19837213 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 9 Sep 2023 20:58:41 -0500 Subject: [PATCH] Add upper bounds for tasty, tasty-quickcheck, #7111 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50b86c1f..d018c874 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8274,6 +8274,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7106 - tls < 1.9 + # https://github.com/commercialhaskell/stackage/issues/7111 + - tasty < 1.5 + - tasty-quickcheck < 0.10.3 + # end of Stackage upper bounds # end of packages