haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1801949](https://hydra.nixos.org/eval/1801949) of nixpkgs commit [4b375a4](4b375a4b12) as of 2023-11-20 06:46 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
Ellie Hermaszewska 2023-11-20 14:48:17 +08:00
parent 4b375a4b12
commit 537bedd19e
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -2800,6 +2800,7 @@ broken-packages:
- ihaskell-charts # failure in job https://hydra.nixos.org/build/233193328 at 2023-09-02
- ihaskell-gnuplot # failure in job https://hydra.nixos.org/build/233223675 at 2023-09-02
- ihaskell-graphviz # failure in job https://hydra.nixos.org/build/233200671 at 2023-09-02
- ihaskell-hvega # failure in job https://hydra.nixos.org/build/241514418 at 2023-11-20
- ihaskell-parsec # failure in job https://hydra.nixos.org/build/233244271 at 2023-09-02
- ihaskell-plot # failure in job https://hydra.nixos.org/build/233255936 at 2023-09-02
- ihp-hsx # failure in job https://hydra.nixos.org/build/233211401 at 2023-09-02

View File

@ -167652,6 +167652,8 @@ self: {
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-inline-r" = callPackage