mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
haskellPackages.hw-{hedgehog,string-parse}: allow doctest >= 0.24
This commit is contained in:
@@ -2520,6 +2520,12 @@ with haskellLib;
|
||||
# 2025-01-07: unreleased upstream supports hedgehog 1.5 but drifted quite a bit from hackage revisions so hard to patch
|
||||
hw-hspec-hedgehog = doJailbreak super.hw-hspec-hedgehog;
|
||||
|
||||
# 2026-04-19: Too strict upper bound on doctest (excluding 0.24)
|
||||
# https://github.com/haskell-works/hw-hedgehog/issues/51
|
||||
hw-hedgehog = doJailbreak super.hw-hedgehog;
|
||||
# https://github.com/haskell-works/hw-string-parse/issues/43
|
||||
hw-string-parse = doJailbreak super.hw-string-parse;
|
||||
|
||||
# 2025-09-03: allow QuickCheck 2.15
|
||||
# https://github.com/haskell-works/hw-prim/issues/150
|
||||
hw-prim = lib.pipe super.hw-prim [
|
||||
|
||||
@@ -3218,7 +3218,6 @@ broken-packages:
|
||||
- hw-dsv # failure in job https://hydra.nixos.org/build/233252280 at 2023-09-02
|
||||
- hw-dump # failure in job https://hydra.nixos.org/build/233208818 at 2023-09-02
|
||||
- hw-fingertree-strict # failure in job https://hydra.nixos.org/build/252718249 at 2024-03-16
|
||||
- hw-hedgehog # failure in job https://hydra.nixos.org/build/307519553 at 2025-09-19
|
||||
- hw-kafka-conduit # failure in job https://hydra.nixos.org/build/252714760 at 2024-03-16
|
||||
- hw-lazy # failure in job https://hydra.nixos.org/build/252722974 at 2024-03-16
|
||||
- hw-packed-vector # failure in job https://hydra.nixos.org/build/252735800 at 2024-03-16
|
||||
@@ -3228,7 +3227,6 @@ broken-packages:
|
||||
- hw-prim-bits # failure in job https://hydra.nixos.org/build/233246627 at 2023-09-02
|
||||
- hw-rankselect-base # failure in job https://hydra.nixos.org/build/295122851 at 2025-04-22
|
||||
- hw-simd-cli # failure in job https://hydra.nixos.org/build/233223251 at 2023-09-02
|
||||
- hw-string-parse # failure in job https://hydra.nixos.org/build/307519565 at 2025-09-19
|
||||
- hw-tar # failure in job https://hydra.nixos.org/build/233219650 at 2023-09-02
|
||||
- hw-xml # failure in job https://hydra.nixos.org/build/233197758 at 2023-09-02
|
||||
- hwall-auth-iitk # failure in job https://hydra.nixos.org/build/233217629 at 2023-09-02
|
||||
|
||||
@@ -376251,8 +376251,6 @@ self: {
|
||||
testToolDepends = [ doctest-discover ];
|
||||
description = "Extra hedgehog functionality";
|
||||
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
@@ -378099,8 +378097,6 @@ self: {
|
||||
];
|
||||
description = "String parser";
|
||||
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user