diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 99c47d817749..2cd32ca78e9b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 692786999198..c0ee73d404bd 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 037e6b0aeaaa..6b33a3258785 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -196371,8 +196371,6 @@ self: { ]; description = "Disjoint containers"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { };