From 5119c402573f78bec2b16f4f3ed6644364f857b6 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 23 Jun 2024 22:11:52 -0700 Subject: [PATCH] Add upper bound for tasty-quickcheck, #7460 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16b34451..893a2e22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8489,6 +8489,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7459 - tasty < 1.5.1 + # https://github.com/commercialhaskell/stackage/issues/7460 + - tasty-quickcheck < 0.11 + # end of Stackage upper bounds # end of packages