haskellPackages.tasty-sugar: allow tasty-hedgehog 1.3.*

This commit is contained in:
sternenseemann 2023-05-17 23:50:11 +02:00
parent a6602dd647
commit 02def6b1a0

View File

@ -729,6 +729,10 @@ self: super: {
# https://github.com/commercialhaskell/stackage/issues/6584#issuecomment-1326522815 # https://github.com/commercialhaskell/stackage/issues/6584#issuecomment-1326522815
tasty-discover = assert super.tasty-discover.version == "4.2.2"; dontCheck super.tasty-discover; tasty-discover = assert super.tasty-discover.version == "4.2.2"; dontCheck super.tasty-discover;
# Too strict lower bound on tasty-hedgehog
# https://github.com/qfpl/tasty-hedgehog/issues/70
tasty-sugar = doJailbreak super.tasty-sugar;
# Known issue with nondeterministic test suite failure # Known issue with nondeterministic test suite failure
# https://github.com/nomeata/tasty-expected-failure/issues/21 # https://github.com/nomeata/tasty-expected-failure/issues/21
tasty-expected-failure = dontCheck super.tasty-expected-failure; tasty-expected-failure = dontCheck super.tasty-expected-failure;