haskellPackages.hedgehog-extras: unbreak
This commit is contained in:
committed by
sternenseemann
parent
d41db62b22
commit
c8332d39a6
@@ -910,10 +910,6 @@ self: super: {
|
||||
# 2025-02-10: Too strict bounds on hedgehog < 1.5
|
||||
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;
|
||||
|
||||
# Allow bytestring-0.12.1.0, https://github.com/lpeterse/haskell-socket/issues/71
|
||||
socket = doJailbreak super.socket;
|
||||
|
||||
|
||||
@@ -2503,7 +2503,6 @@ broken-packages:
|
||||
- heckle # failure in job https://hydra.nixos.org/build/233228954 at 2023-09-02
|
||||
- heddit # failure in job https://hydra.nixos.org/build/233229058 at 2023-09-02
|
||||
- hedgehog-checkers # failure in job https://hydra.nixos.org/build/233229405 at 2023-09-02
|
||||
- hedgehog-extras # failure in job https://hydra.nixos.org/build/269679462 at 2024-08-19
|
||||
- hedgehog-fakedata # failure in job https://hydra.nixos.org/build/252721345 at 2024-03-16
|
||||
- hedgehog-generic # failure in job https://hydra.nixos.org/build/233204695 at 2023-09-02
|
||||
- hedgehog-gen # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/237243271 at 2023-10-21
|
||||
|
||||
@@ -147679,8 +147679,6 @@ self: {
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "Supplemental library for hedgehog";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hedgehog-fakedata" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user