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) <noreply@anthropic.com>
This commit is contained in:
Marc Scholten
2026-03-31 09:25:55 +02:00
co-authored by Claude Opus 4.6
parent c62594548d
commit 4a40724685
2 changed files with 0 additions and 3 deletions
@@ -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
-2
View File
@@ -562241,8 +562241,6 @@ self: {
];
description = "High-performance composable binary data deserializers";
license = lib.licensesSpdx."MIT";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };