haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1792584](https://hydra.nixos.org/eval/1792584) of nixpkgs commit [d7bd936](d7bd9361dd) as of 2023-03-26 23:18 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
Dennis Gosnell 2023-03-27 08:36:37 +09:00
parent 4a7b61eff1
commit 8c238320ef
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 16 additions and 0 deletions

View file

@ -2246,6 +2246,7 @@ broken-packages:
- hfann
- HFitUI
- hfmt
- hfoil # failure building library in job https://hydra.nixos.org/build/213500290 at 2023-03-26
- hfov
- HFrequencyQueue
- hfusion
@ -2398,6 +2399,7 @@ broken-packages:
- hops
- hoq
- horizon
- horizon-spec # dependency missing in job https://hydra.nixos.org/build/213500294 at 2023-03-26
- horname
- hosc-json
- hosts-server
@ -3035,6 +3037,7 @@ broken-packages:
- leapseconds
- learn
- Learning
- learn-physics-examples # dependency missing in job https://hydra.nixos.org/build/213500293 at 2023-03-26
- leetify
- lendingclub
- lens-datetime
@ -4097,6 +4100,7 @@ broken-packages:
- pong-server
- pontarius-xpmn
- pool
- poolboy # test failure in job https://hydra.nixos.org/build/212819440 at 2023-03-26
- pool-conduit
- pop3-client
- poppler

View file

@ -2202,6 +2202,8 @@ dont-distribute-packages:
- hoppy-runtime
- hoppy-std
- horizon-gen-nix
- horizon-spec-lens
- horizon-spec-pretty
- hotswap
- hp2any-graph
- hp2any-manager

View file

@ -138897,7 +138897,9 @@ self: {
executableHaskellDepends = [ base ];
description = "Hess-Smith panel code for inviscid 2-d airfoil analysis";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hfoil";
broken = true;
}) {};
"hformat" = callPackage
@ -145892,6 +145894,8 @@ self: {
];
description = "Horizon Stable Package Set Type Definitions";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"horizon-spec-lens" = callPackage
@ -145903,6 +145907,7 @@ self: {
libraryHaskellDepends = [ base horizon-spec lens ];
description = "Horizon Stable Package Set Lenses";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"horizon-spec-pretty" = callPackage
@ -145918,6 +145923,7 @@ self: {
];
description = "Horizon Stable Package Set Pretty Printer";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"horizontal-rule" = callPackage
@ -177285,6 +177291,8 @@ self: {
];
description = "examples for learn-physics";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"learning-hmm" = callPackage
@ -227252,6 +227260,8 @@ self: {
testHaskellDepends = [ base hspec hspec-core ];
description = "Simple work queue for bounded concurrency";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"pooled-io" = callPackage