haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
main
Dennis Gosnell 2 years ago
parent 1a3b6f206d
commit 863785142f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 2
      pkgs/development/haskell-modules/hackage-packages.nix

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

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

Loading…
Cancel
Save