haskellPackages.tasty-checklist: fix build
This commit is contained in:
committed by
sternenseemann
parent
2d44ad02e1
commit
970fbc2ac9
@@ -904,6 +904,9 @@ self: super: {
|
||||
# else dontCheck super.doctest-discover);
|
||||
doctest-discover = dontCheck super.doctest-discover;
|
||||
|
||||
# 2025-02-10: Too strict bounds on doctest < 0.22
|
||||
tasty-checklist = doJailbreak super.tasty-checklist;
|
||||
|
||||
# Too strict lower bound on tasty-hedgehog
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/70
|
||||
tasty-sugar = doJailbreak super.tasty-sugar;
|
||||
|
||||
@@ -5947,7 +5947,6 @@ broken-packages:
|
||||
- taskell # depends on old version of brick
|
||||
- TaskMonad # failure in job https://hydra.nixos.org/build/233219257 at 2023-09-02
|
||||
- tasty-auto # failure in job https://hydra.nixos.org/build/233220008 at 2023-09-02
|
||||
- tasty-checklist # failure in job https://hydra.nixos.org/build/252710481 at 2024-03-16
|
||||
- tasty-fail-fast # failure in job https://hydra.nixos.org/build/233200040 at 2023-09-02
|
||||
- tasty-flaky # failure in job https://hydra.nixos.org/build/275140265 at 2024-10-21
|
||||
- tasty-golden-extra # failure in job https://hydra.nixos.org/build/283204600 at 2024-12-31
|
||||
|
||||
@@ -302144,8 +302144,6 @@ self: {
|
||||
];
|
||||
description = "Check multiple items during a tasty test";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tasty-coverage" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user