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:
parent
11a84bc3c4
commit
3388791f55
2 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,7 @@ broken-packages:
|
|||
- aeson-tiled
|
||||
- aeson-typescript
|
||||
- aeson-utils
|
||||
- aeson-value-parser
|
||||
- affection
|
||||
- affine-invariant-ensemble-mcmc
|
||||
- Agata
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue