haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1793846](https://hydra.nixos.org/eval/1793846) of nixpkgs commit [d7f6c4a](d7f6c4a239) as of 2023-04-20 11:54 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
maralorn 2023-04-20 13:59:52 +02:00
parent 3ce82d477b
commit ef91da8e81
3 changed files with 11 additions and 14 deletions

View File

@ -4975,6 +4975,7 @@ broken-packages:
- softfloat-hs
- solar
- solga
- som # test failure in job https://hydra.nixos.org/build/216744749 at 2023-04-20
- Sonnex
- sorted
- sorting
@ -5254,6 +5255,7 @@ broken-packages:
- tasty-hedgehog-coverage
- tasty-json
- tasty-mgolden
- tasty-papi # test failure in job https://hydra.nixos.org/build/216756583 at 2023-04-20
- tasty-stats
- tasty-test-vector
- TastyTLT
@ -5701,6 +5703,7 @@ broken-packages:
- vector-fftw
- vector-functorlazy
- vector-heterogenous
- vector-quicksort # dependency missing in job https://hydra.nixos.org/build/216753081 at 2023-04-20
- vector-random
- vector-read-instances
- vector-space-map

View File

@ -810,11 +810,8 @@ dont-distribute-packages:
- bitcoin-api
- bitcoin-api-extra
- bitcoin-block
- bitcoin-compact-filters
- bitcoin-tx
- bitcoin-types
- bitcoind-regtest
- bitcoind-rpc
- bitfield
- bitly-cli
- bitmaps
@ -1112,6 +1109,7 @@ dont-distribute-packages:
- cqrs-test
- cqrs-testkit
- crackNum
- crackNum_3_4
- craft
- craftwerk-cairo
- craftwerk-gtk
@ -1279,6 +1277,7 @@ dont-distribute-packages:
- distribution-plot
- dixi
- dl-fedora
- dl-fedora_0_9_5
- dmenu-pkill
- dmenu-pmount
- dmenu-search
@ -1544,9 +1543,6 @@ dont-distribute-packages:
- ftshell
- funbot
- funbot-git-hook
- funcons-lambda-cbv-mp
- funcons-simple
- funcons-tools
- function-combine
- functor
- functor-combo
@ -1600,7 +1596,6 @@ dont-distribute-packages:
- geolite-csv
- getemx
- gf
- ghc-debug-brick
- ghc-imported-from
- ghc-instances
- ghc-mod

View File

@ -45825,7 +45825,6 @@ self: {
];
description = "BIP 158 compact block filters";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"bitcoin-hash" = callPackage
@ -46061,7 +46060,6 @@ self: {
];
description = "A library for working with bitcoin-core regtest networks";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "bitcoind-rpc-explorer";
}) {};
@ -46084,7 +46082,6 @@ self: {
];
description = "A streamlined interface to bitcoin core using Haskoin types and Servant";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"bitfield" = callPackage
@ -106642,7 +106639,6 @@ self: {
];
description = "call-by-value lambda-calculus with meta-programming";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "lambda-cbv";
}) {};
@ -106659,7 +106655,6 @@ self: {
executableHaskellDepends = [ base funcons-tools funcons-values ];
description = "A modular interpreter for executing SIMPLE funcons";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "runfct-SIMPLE";
}) {};
@ -106686,7 +106681,6 @@ self: {
];
description = "A modular interpreter for executing funcons";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"funcons-values" = callPackage
@ -111452,7 +111446,6 @@ self: {
];
description = "A simple TUI using ghc-debug";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "ghc-debug-brick";
maintainers = [ lib.maintainers.maralorn ];
}) {};
@ -271168,6 +271161,8 @@ self: {
];
description = "Self-Organising Maps";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"some" = callPackage
@ -286116,6 +286111,8 @@ self: {
description = "Bencmarking using instruction counting";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) papi;};
"tasty-prelude" = callPackage
@ -307517,6 +307514,8 @@ self: {
doHaddock = false;
description = "Fast and flexible quicksort implementation for mutable vectors";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"vector-random" = callPackage