From 682790aee0f2de043134d3f5a40a66f483ae374c Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 19 May 2023 16:25:27 +0200 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1795235](https://hydra.nixos.org/eval/1795235) of nixpkgs commit [7398920](https://github.com/NixOS/nixpkgs/commits/7398920e33f6aef596210f787c276ed6568a7e06) as of 2023-05-19 13:57 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 66eaf7c4e88..d18e14702ab 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -620,6 +620,7 @@ broken-packages: - cassava-conduit - cassava-records - cassette + - castagnoli # failure in job https://hydra.nixos.org/build/219826672 at 2023-05-19 - castle - catamorphism - Catana diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index e1284356724..ce6c1069244 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -56626,6 +56626,8 @@ self: { testHaskellDepends = [ base bytestring primitive text ]; description = "Portable CRC-32C"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "caster" = callPackage