From 11f35be48ec0709c5a864cdfba5b53a3e03aead8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Feb 2019 13:53:45 -0500 Subject: [PATCH] Unblock hedgehog & revdeps, see #4329 --- build-constraints.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4da8568d..368fcff7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -174,8 +174,8 @@ packages: - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms "Jacob Stanley @jystic": - - hedgehog < 0 - - hedgehog-quickcheck < 0 # via hedgehog + - hedgehog + - hedgehog-quickcheck - transformers-bifunctors "Walter Schulze @awalterschulze": @@ -2805,10 +2805,10 @@ packages: - hw-conduit - hw-conduit-merges - hw-diagnostics - - hw-dsv < 0 # via hedgehog + - hw-dsv - hw-eliasfano - hw-excess - - hw-hedgehog < 0 # via hedgehog + - hw-hedgehog - hw-hspec-hedgehog < 0 # via hspec-2.7.0 - hw-int - hw-ip @@ -2835,10 +2835,10 @@ packages: - antiope-sqs "George Wilson @gwils": - - sv < 0 # via hedgehog via hw-dsv + - sv - sv-cassava - sv-core - - tasty-hedgehog < 0 # via hedgehog + - tasty-hedgehog "Ismail Mustafa @ismailmustafa": - handwriting < 0 @@ -4242,6 +4242,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3967 - text-format + # Not sure how it got here but it seems to be fine + - hedgehog-fn + # Packages without maintainers that cause issues, # this is to prevent us from including them by accident. They can # be removed from this list if they are fixed. @@ -4277,7 +4280,6 @@ packages: - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-clist - brick - - hedgehog-fn < 0 # via hedgehog (not sure why listed here) - lens-labels < 0 # deprecated https://github.com/commercialhaskell/stackage/pull/4358 - proto-lens-combinators < 0 # deprecated https://github.com/commercialhaskell/stackage/pull/4358 @@ -4817,7 +4819,6 @@ skipped-tests: - system-filepath # ansi-terminal-0.8 via chell - buffer-builder # per HTF per cpphs per polyparse (ghc 8.6 failure) - hpack # haskell-src-meta via interpolate - - hedn # via hedgehog via ansi-terminal-0.9 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted.