haskellPackages.hspec-api: unmark as broken

This commit is contained in:
Stefan Frijters 2024-01-07 23:41:35 +01:00 committed by sternenseemann
parent 789cd14ab9
commit 73eca9a20f
3 changed files with 0 additions and 6 deletions

View File

@ -113,7 +113,4 @@ self: super: {
"--match" "!/hiedb/Command line/point-info/correctly prints type signatures/"
];
}) super.hiedb;
# Unbroken due to hspec* upgrades
hspec-api = doDistribute (unmarkBroken super.hspec-api);
}

View File

@ -2622,7 +2622,6 @@ broken-packages:
- hsp-cgi # failure in job https://hydra.nixos.org/build/233254927 at 2023-09-02
- hspear # failure in job https://hydra.nixos.org/build/233192286 at 2023-09-02
- hspec2 # failure in job https://hydra.nixos.org/build/233251459 at 2023-09-02
- hspec-api # failure in job https://hydra.nixos.org/build/233201204 at 2023-09-02
- hspec-expectations-match # failure in job https://hydra.nixos.org/build/233210221 at 2023-09-02
- hspec-experimental # failure in job https://hydra.nixos.org/build/233216119 at 2023-09-02
- hspec-jenkins # failure in job https://hydra.nixos.org/build/233213269 at 2023-09-02

View File

@ -157794,8 +157794,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A Testing Framework for Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hspec-attoparsec" = callPackage