From e27109ca6c1de825602f5955845e7ffd138d7f66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 16:03:57 -0800 Subject: [PATCH] Add upper bound for `tasty-quickcheck` due to build cycle (#7493) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1273e8ce..824a46e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1422,7 +1422,7 @@ packages: - tasty - tasty-golden - tasty-hunit - - tasty-quickcheck + - tasty-quickcheck < 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493 - tasty-smallcheck - time-lens - timezone-olson