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](7398920e33) as of 2023-05-19 13:57 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
sternenseemann 2023-05-19 16:25:27 +02:00
parent 7398920e33
commit 682790aee0
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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