haskellPackages.hedgehog-extras: allow building against aeson 2.0.*

This commit is contained in:
sternenseemann
2023-05-17 23:50:55 +02:00
parent 02def6b1a0
commit 6d84a7071d
@@ -733,6 +733,10 @@ self: super: {
# https://github.com/qfpl/tasty-hedgehog/issues/70
tasty-sugar = doJailbreak super.tasty-sugar;
# Too strict lower bound on aeson
# https://github.com/input-output-hk/hedgehog-extras/issues/39
hedgehog-extras = doJailbreak super.hedgehog-extras;
# Known issue with nondeterministic test suite failure
# https://github.com/nomeata/tasty-expected-failure/issues/21
tasty-expected-failure = dontCheck super.tasty-expected-failure;