haskellPackages.hedgehog-extras: allow building against aeson 2.0.*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user