From 765b01aabbd24dc91bf56ba573b7573e712e1221 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 Jul 2024 06:38:13 -0700 Subject: [PATCH] Add upper bound on `hedgehog`, per #7489 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 8a42c4342..5d921af6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -523,7 +523,7 @@ packages: - normalization-insensitive "Jacob Stanley @jacobstanley": - - hedgehog + - hedgehog < 1.5 # https://github.com/commercialhaskell/stackage/issues/7489 - hedgehog-quickcheck - transformers-bifunctors