From 1b72905d981c183832a5c27315a12e3f81f639e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jan 2020 09:19:11 +0800 Subject: [PATCH] allow hedgehog-1.0.2 (#5068) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fee0845c..f1b6b6fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,8 +267,8 @@ packages: - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms "Jacob Stanley @jacobstanley": - - hedgehog < 1.0.2 # the hedgehog bound in tasty-hedgehog is incompatible with the latest version of hedgehog (https://github.com/commercialhaskell/stackage/issues/5068) - - hedgehog-quickcheck < 0 # via QuickCheck https://github.com/commercialhaskell/stackage/issues/4444 + - hedgehog + - hedgehog-quickcheck #< 0 # via QuickCheck https://github.com/commercialhaskell/stackage/issues/4444 - transformers-bifunctors - unix-compat @@ -4206,7 +4206,7 @@ packages: - double-conversion - dual-tree < 0 # via base-4.13.0.0 - easy-file - - easytest < 0 # via hedgehog-1.0.1 + - easytest < 0 # via hedgehog-1 - ed25519 - edit-distance - elm-bridge @@ -4931,7 +4931,7 @@ skipped-tests: - wide-word # via semirings - zlib # tasty-quickcheck, tasty-hunit, tasty - comfort-array # ChasingBottoms - - hw-int # via hw-hspec-hedgehog + - hw-int # Blocked due to tests failing to compile for GHC 8.6 - async-refresh