haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1789692](https://hydra.nixos.org/eval/1789692) of nixpkgs commit [f22d2b2
](f22d2b21d8
) as of 2023-01-25 16:08 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
parent
65beecb5d9
commit
15b1767c70
@ -224,6 +224,7 @@ broken-packages:
|
||||
- ascii-string
|
||||
- ascii-vector-avc
|
||||
- asif
|
||||
- asn1-ber-syntax
|
||||
- asn1-codec
|
||||
- asn1-data
|
||||
- AspectAG
|
||||
@ -1484,6 +1485,7 @@ broken-packages:
|
||||
- fenfire
|
||||
- fernet
|
||||
- FerryCore
|
||||
- festival
|
||||
- Feval
|
||||
- fez-conf
|
||||
- ffeed
|
||||
@ -3384,6 +3386,7 @@ broken-packages:
|
||||
- monad-control-aligned
|
||||
- monadcryptorandom
|
||||
- monad-fork
|
||||
- monadic-bang
|
||||
- monadiccp
|
||||
- monadic-recursion-schemes
|
||||
- monad-introspect
|
||||
|
@ -874,7 +874,6 @@ dont-distribute-packages:
|
||||
- bv-sized
|
||||
- bv-sized-lens
|
||||
- bytable
|
||||
- bytepatch
|
||||
- bytestring-builder-varword
|
||||
- bytestring-read
|
||||
- ca
|
||||
@ -1029,7 +1028,6 @@ dont-distribute-packages:
|
||||
- comark
|
||||
- comfort-array
|
||||
- comfort-array-shape
|
||||
- comfort-array_0_5_2
|
||||
- comfort-fftw
|
||||
- comfort-glpk
|
||||
- commsec
|
||||
@ -3819,7 +3817,6 @@ dont-distribute-packages:
|
||||
- synthesizer
|
||||
- synthesizer-alsa
|
||||
- synthesizer-core
|
||||
- synthesizer-core_0_8_3
|
||||
- synthesizer-dimensional
|
||||
- synthesizer-filter
|
||||
- synthesizer-llvm
|
||||
|
@ -35620,6 +35620,8 @@ self: {
|
||||
];
|
||||
description = "ASN.1 BER Encode and Decode";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"asn1-codec" = callPackage
|
||||
@ -50631,7 +50633,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Patch byte-representable data in a bytestream";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "bytepatch";
|
||||
maintainers = [ lib.maintainers.raehik ];
|
||||
}) {};
|
||||
@ -97973,6 +97974,8 @@ self: {
|
||||
libraryToolDepends = [ c2hs ];
|
||||
description = "C bindings plus conveniences for the festival tts system";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {Festival = null; inherit (pkgs) alsa-lib; estbase = null;
|
||||
estools = null; eststring = null; inherit (pkgs) gomp;
|
||||
inherit (pkgs) ncurses;};
|
||||
@ -194057,6 +194060,8 @@ self: {
|
||||
];
|
||||
description = "GHC plugin to desugar ! into do-notation";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"monadic-recursion-schemes" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user