From d30f2a14c27c59e9aaa7b8c6835b994b9fe2dbde Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 29 Jan 2022 21:46:34 -0500 Subject: [PATCH] Restricts hedgehog < 1.1 (#6415) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96e0fed3..55f249db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -399,7 +399,7 @@ packages: - normalization-insensitive "Jacob Stanley @jacobstanley": - - hedgehog + - hedgehog < 1.1 # https://github.com/commercialhaskell/stackage/issues/6415 - hedgehog-quickcheck - transformers-bifunctors - unix-compat