haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1794319](https://hydra.nixos.org/eval/1794319) of nixpkgs commit [cbd40e1](cbd40e1eb2) as of 2023-04-29 17:29 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-29 19:31:45 +02:00
parent c9673695ef
commit 3e47248c05
3 changed files with 42 additions and 0 deletions

View file

@ -410,6 +410,7 @@ broken-packages:
- biscuit-haskell
- bisect-binary
- bishbosh
- bitcoind-rpc # dependency missing in job https://hydra.nixos.org/build/217579845 at 2023-04-29
- bitcoin-hs
- bitcoin-keys
- bitcoin-rpc
@ -1116,6 +1117,7 @@ broken-packages:
- derp-lib
- describe
- descriptive
- desktop-portal # test failure in job https://hydra.nixos.org/build/217585702 at 2023-04-29
- deterministic-game-engine
- detrospector
- deunicode
@ -1644,6 +1646,7 @@ broken-packages:
- ftphs
- full-sessions
- funbot-client
- funcons-lambda-cbv-mp # failure building executable 'lambda-cbv' in job https://hydra.nixos.org/build/217559083 at 2023-04-29
- functional-arrow
- function-instances-algebra
- functor-combinators
@ -3149,6 +3152,7 @@ broken-packages:
- ll-picosat
- llsd
- llvm-base
- llvm-extra # dependency missing in job https://hydra.nixos.org/build/217586045 at 2023-04-29
- llvm-general-pure
- llvm-hs
- llvm-ht
@ -3345,6 +3349,7 @@ broken-packages:
- microsoft-translator
- mida
- midi-simple
- midisurface # dependency missing in job https://hydra.nixos.org/build/217805409 at 2023-04-29
- midi-utils
- mighty-metropolis # test failure in job https://hydra.nixos.org/build/214599789 at 2023-04-07
- migrant-postgresql-simple
@ -4591,6 +4596,7 @@ broken-packages:
- rustls
- rws
- RxHaskell
- rzk # failure in compileBuildDriverPhase in job https://hydra.nixos.org/build/217574605 at 2023-04-29
- rz-pipe
- SableCC2Hs
- safe-buffer-monad
@ -5086,6 +5092,7 @@ broken-packages:
- stratux-types
- stream
- streamdeck
- streamed # dependency missing in job https://hydra.nixos.org/build/217576821 at 2023-04-29
- stream-fusion
- streaming-benchmarks
- streaming-brotli
@ -5199,6 +5206,7 @@ broken-packages:
- sync-mht
- syntax-trees
- syntax-trees-fork-bairyn
- synthesizer # dependency missing in job https://hydra.nixos.org/build/217577245 at 2023-04-29
- Sysmon
- system-canonicalpath
- system-command
@ -5393,6 +5401,7 @@ broken-packages:
- time-quote
- time-recurrence
- time-series
- timeseries # dependency missing in job https://hydra.nixos.org/build/217565262 at 2023-04-29
- time-series-lib
- timeutils
- time-w3c
@ -5512,6 +5521,7 @@ broken-packages:
- twilio
- twiml
- twine
- twirl # dependency missing in job https://hydra.nixos.org/build/217564808 at 2023-04-29
- twirp
- twisty
- twitchapi

View file

@ -809,6 +809,7 @@ dont-distribute-packages:
- bitcoin-block
- bitcoin-tx
- bitcoin-types
- bitcoind-regtest
- bitfield
- bitly-cli
- bitmaps
@ -2510,6 +2511,8 @@ dont-distribute-packages:
- kit
- kmeans-par
- kmeans-vector
- knead
- knead-arithmetic
- knit-haskell
- koji-install
- koji-tool
@ -2636,6 +2639,7 @@ dont-distribute-packages:
- llvm-base-types
- llvm-base-util
- llvm-data-interop
- llvm-dsl
- llvm-extension
- llvm-general
- llvm-general-quote
@ -3190,6 +3194,7 @@ dont-distribute-packages:
- prolog-graph-lib
- prologue
- prolude
- proof-assistant-bot
- propane
- proplang
- prosidyc
@ -3830,6 +3835,7 @@ dont-distribute-packages:
- syntax-pretty
- syntax-printer
- syntaxnet-haskell
- synthesizer-llvm
- sys-process
- systemstats
- t3-client

View file

@ -46067,6 +46067,7 @@ self: {
];
description = "A library for working with bitcoin-core regtest networks";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "bitcoind-rpc-explorer";
}) {};
@ -46089,6 +46090,8 @@ self: {
];
description = "A streamlined interface to bitcoin core using Haskoin types and Servant";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bitfield" = callPackage
@ -80262,6 +80265,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Desktop Portal";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"despair" = callPackage
@ -106945,7 +106950,9 @@ self: {
];
description = "call-by-value lambda-calculus with meta-programming";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "lambda-cbv";
broken = true;
}) {};
"funcons-simple" = callPackage
@ -174068,6 +174075,7 @@ self: {
];
description = "Repa-like array processing using LLVM JIT";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"knead-arithmetic" = callPackage
@ -174081,6 +174089,7 @@ self: {
];
description = "Linear algebra and interpolation using LLVM JIT";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"knit" = callPackage
@ -184291,6 +184300,7 @@ self: {
];
description = "Support for writing an EDSL with LLVM-JIT as target";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"llvm-extension" = callPackage
@ -184337,6 +184347,8 @@ self: {
doHaddock = false;
description = "Utility functions for the llvm interface";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"llvm-ffi" = callPackage
@ -194068,7 +194080,9 @@ self: {
description = "A control midi surface";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
mainProgram = "midisurface";
broken = true;
}) {};
"mighttpd" = callPackage
@ -235258,6 +235272,7 @@ self: {
executableHaskellDepends = [ base ];
description = "Telegram bot for proof assistants";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "proof-assistant-bot";
}) {};
@ -253204,7 +253219,9 @@ self: {
];
description = "An experimental proof assistant for synthetic -categories";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "rzk";
broken = true;
}) {};
"s-cargot" = callPackage
@ -278098,6 +278115,8 @@ self: {
description = "Programmatically edit MIDI event streams via ALSA";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"streaming" = callPackage
@ -284000,6 +284019,8 @@ self: {
];
description = "Audio signal processing coded in Haskell";
license = "GPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"synthesizer-alsa" = callPackage
@ -284150,6 +284171,7 @@ self: {
doHaddock = false;
description = "Efficient signal processing using runtime compilation";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"synthesizer-midi" = callPackage
@ -294040,6 +294062,8 @@ self: {
];
description = "Library for Time Series processing";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"timespan" = callPackage
@ -299741,7 +299765,9 @@ self: {
description = "Simple 2D Game Engine";
license = lib.licenses.zlib;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
mainProgram = "example";
broken = true;
}) {};
"twirp" = callPackage