haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1795703](https://hydra.nixos.org/eval/1795703) of nixpkgs commit [4e4cf85](4e4cf85c95) as of 2023-05-30 02:14 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-05-30 11:21:10 +09:00
parent 4e4cf85c95
commit 0d3187197e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 12 additions and 0 deletions

View file

@ -2429,6 +2429,7 @@ broken-packages:
- hplaylist - hplaylist
- hpodder - hpodder
- hpqtypes - hpqtypes
- hprox # dependency missing in job https://hydra.nixos.org/build/221844808 at 2023-05-30
- hps-kmeans - hps-kmeans
- hPushover - hPushover
- hpygments - hpygments
@ -2738,6 +2739,7 @@ broken-packages:
- inj-base - inj-base
- inject-function - inject-function
- injections - injections
- inline-c-objc # failure building test suite 'tests' in job https://hydra.nixos.org/build/221844966 at 2023-05-30
- in-other-words-plugin - in-other-words-plugin
- inserts - inserts
- instana-haskell-trace-sdk - instana-haskell-trace-sdk
@ -5055,6 +5057,7 @@ broken-packages:
- state-record - state-record
- static - static
- static-canvas - static-canvas
- static-ls # failure in job https://hydra.nixos.org/build/221848657 at 2023-05-30
- static-tensor - static-tensor
- statistics-dirichlet - statistics-dirichlet
- statistics-fusion - statistics-fusion
@ -5861,6 +5864,7 @@ broken-packages:
- wol - wol
- word24 - word24
- word2vec-model - word2vec-model
- word8set # failure in job https://hydra.nixos.org/build/221843616 at 2023-05-30
- wordchoice - wordchoice
- wordify - wordify
- Wordlint - Wordlint

View file

@ -148686,7 +148686,9 @@ self: {
]; ];
description = "a lightweight HTTP proxy server, and more"; description = "a lightweight HTTP proxy server, and more";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "hprox"; mainProgram = "hprox";
broken = true;
}) {}; }) {};
"hps" = callPackage "hps" = callPackage
@ -164396,6 +164398,8 @@ self: {
testHaskellDepends = [ base hspec inline-c ]; testHaskellDepends = [ base hspec inline-c ];
description = "Lets you embed Objective-C code into Haskell"; description = "Lets you embed Objective-C code into Haskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"inline-c-win32" = callPackage "inline-c-win32" = callPackage
@ -276788,7 +276792,9 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "See README on Github for more information"; description = "See README on Github for more information";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "static-ls"; mainProgram = "static-ls";
broken = true;
}) {}; }) {};
"static-resources" = callPackage "static-resources" = callPackage
@ -316616,6 +316622,8 @@ self: {
]; ];
description = "Word8 set"; description = "Word8 set";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"wordchoice" = callPackage "wordchoice" = callPackage