haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803308](https://hydra.nixos.org/eval/1803308) of nixpkgs commit [eb6169a](eb6169a4a7) as of 2024-01-02 01:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
maralorn 2024-01-02 02:22:09 +01:00
parent eb6169a4a7
commit 18a01f3fd9
2 changed files with 12 additions and 0 deletions

View File

@ -832,7 +832,9 @@ broken-packages:
- compactable # failure in job https://hydra.nixos.org/build/233228106 at 2023-09-02
- compact-list # failure in job https://hydra.nixos.org/build/233241961 at 2023-09-02
- compact-map # failure in job https://hydra.nixos.org/build/233201665 at 2023-09-02
- compact-mutable-vector # failure in job https://hydra.nixos.org/build/245539335 at 2024-01-02
- compact-sequences # failure in job https://hydra.nixos.org/build/233208553 at 2023-09-02
- compact-socket # failure in job https://hydra.nixos.org/build/245539349 at 2024-01-02
- compact-string # failure in job https://hydra.nixos.org/build/233204162 at 2023-09-02
- compact-string-fix # failure in job https://hydra.nixos.org/build/233238513 at 2023-09-02
- comparse # failure in job https://hydra.nixos.org/build/233220012 at 2023-09-02
@ -3710,6 +3712,7 @@ broken-packages:
- nats-client # failure in job https://hydra.nixos.org/build/233241313 at 2023-09-02
- nat-sized-numbers # failure in job https://hydra.nixos.org/build/233244238 at 2023-09-02
- natural # failure in job https://hydra.nixos.org/build/233232490 at 2023-09-02
- NaturalLanguageAlphabets # failure in job https://hydra.nixos.org/build/245539294 at 2024-01-02
- NaturalSort # failure in job https://hydra.nixos.org/build/233213239 at 2023-09-02
- naver-translate # failure in job https://hydra.nixos.org/build/233225934 at 2023-09-02
- nbt # failure in job https://hydra.nixos.org/build/233253509 at 2023-09-02
@ -4847,6 +4850,7 @@ broken-packages:
- secure-sockets # failure in job https://hydra.nixos.org/build/233254170 at 2023-09-02
- secureUDP # failure in job https://hydra.nixos.org/build/233215410 at 2023-09-02
- SegmentTree # failure in job https://hydra.nixos.org/build/233216161 at 2023-09-02
- selda-postgresql # failure in job https://hydra.nixos.org/build/245539286 at 2024-01-02
- selectors # failure in job https://hydra.nixos.org/build/233227433 at 2023-09-02
- selenium # failure in job https://hydra.nixos.org/build/233214276 at 2023-09-02
- selinux # failure in job https://hydra.nixos.org/build/233192853 at 2023-09-02

View File

@ -15103,6 +15103,8 @@ self: {
];
description = "Simple scoring schemes for word alignments";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"NaturalSort" = callPackage
@ -69119,6 +69121,8 @@ self: {
testHaskellDepends = [ base compact hspec ];
description = "Mutable vector with different GC characteristics";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"compact-sequences" = callPackage
@ -69151,6 +69155,8 @@ self: {
];
description = "Socket functions for compact normal form";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"compact-string" = callPackage
@ -265067,6 +265073,8 @@ self: {
];
description = "PostgreSQL backend for the Selda database EDSL";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"selda-sqlite" = callPackage