From 4a40724685a0a0b3583c9c024b2eaba55ff6305e Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Tue, 31 Mar 2026 09:22:29 +0200 Subject: [PATCH] haskellPackages.ptr-peeker: unbreak ptr-peeker 0.2.0.1 (released 2026-03-13) fixes the overly tight test-dependency bounds on tasty-quickcheck (< 0.11) and tasty-hunit (< 0.11) that caused the previous Hydra failure. https://github.com/nikita-volkov/ptr-peeker/issues/10 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index a2d80067cf0d..c8d96f4a2a06 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -5120,7 +5120,6 @@ broken-packages: - psx # failure in job https://hydra.nixos.org/build/233199666 at 2023-09-02 - ptera-core # failure in job https://hydra.nixos.org/build/295096340 at 2025-04-22 - PTQ # failure in job https://hydra.nixos.org/build/233202571 at 2023-09-02 - - ptr-peeker # failure in job https://hydra.nixos.org/build/307521316 at 2025-09-19 - pub # failure in job https://hydra.nixos.org/build/233255415 at 2023-09-02 - publicsuffix # failure in job https://hydra.nixos.org/build/233241572 at 2023-09-02 - publicsuffixlistcreate # failure in job https://hydra.nixos.org/build/233251430 at 2023-09-02 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 41044a6ff85a..511aeddfd134 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -562241,8 +562241,6 @@ self: { ]; description = "High-performance composable binary data deserializers"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { };