haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
Dennis Gosnell 2022-06-17 22:37:25 +09:00
parent 1a3b6f206d
commit 863785142f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View File

@ -931,6 +931,7 @@ broken-packages:
- ctemplate
- ctkl
- cuboid
- cuckoo
- cuckoo-filter
- curl-aeson
- curl-runnings

View File

@ -70289,6 +70289,8 @@ self: {
doHaddock = false;
description = "Haskell Implementation of Cuckoo Filters";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"cuckoo-filter" = callPackage