haskellPackages.disjoint-containers: jailbreak (#469847)

This commit is contained in:
Wolfgang Walther
2025-12-11 10:57:07 +00:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
@@ -718,6 +718,10 @@ with haskellLib;
# Tests require older versions of tasty.
hzk = dontCheck super.hzk;
# 2025-12-11: Too strict bound on containers (<0.7)
# https://github.com/byteverse/disjoint-containers/pull/15
disjoint-containers = doJailbreak super.disjoint-containers;
# Test suite doesn't compile with 9.6
# https://github.com/sebastiaanvisser/fclabels/issues/45
# Doesn't compile with 9.8 at all
@@ -1419,7 +1419,6 @@ broken-packages:
- discrete # failure in job https://hydra.nixos.org/build/233206492 at 2023-09-02
- DiscussionSupportSystem # failure in job https://hydra.nixos.org/build/233244662 at 2023-09-02
- Dish # failure in job https://hydra.nixos.org/build/233233264 at 2023-09-02
- disjoint-containers # failure in job https://hydra.nixos.org/build/307517921 at 2025-09-19
- disjoint-set # failure in job https://hydra.nixos.org/build/233201934 at 2023-09-02
- disjoint-set-stateful # failure in job https://hydra.nixos.org/build/233253300 at 2023-09-02
- disk-bytes # failure in job https://hydra.nixos.org/build/252722796 at 2024-03-16
-2
View File
@@ -196371,8 +196371,6 @@ self: {
];
description = "Disjoint containers";
license = lib.licensesSpdx."BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };