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:
sternenseemann 2021-12-09 21:31:42 +01:00
parent 11a84bc3c4
commit 3388791f55
2 changed files with 3 additions and 0 deletions

View file

@ -88,6 +88,7 @@ broken-packages:
- aeson-tiled
- aeson-typescript
- aeson-utils
- aeson-value-parser
- affection
- affine-invariant-ensemble-mcmc
- Agata

View file

@ -25592,6 +25592,8 @@ self: {
];
description = "API for parsing \"aeson\" JSON tree into Haskell types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"aeson-via" = callPackage