haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
Malte Brandy 2022-07-22 00:22:14 +02:00
parent 52e48bb37e
commit 8fc4df0415
3 changed files with 37 additions and 0 deletions

View file

@ -447,6 +447,7 @@ broken-packages:
- bogocopy
- bolt
- boltzmann-brain
- bookhound
- bookkeeper
- boolean-normal-forms
- boolexpr
@ -501,6 +502,7 @@ broken-packages:
- buttplug-hs-core
- bv-little
- byline
- by-other-names
- bytearray-parsing
- bytestring-aeson-orphans
- bytestring-arbitrary
@ -688,7 +690,13 @@ broken-packages:
- clanki
- clarifai
- CLASE
- clashilator
- clash-multisignal
- clash-prelude-quickcheck
- Clash-Royale-Hack-Cheats
- clash-systemverilog
- clash-verilog
- clash-vhdl
- ClassLaws
- classy-influxdb-simple
- classy-parallel
@ -1707,6 +1715,7 @@ broken-packages:
- ghc-parmake
- ghc-pkg-autofix
- ghc-pkg-lib
- ghc-plugin-non-empty
- ghc-plugs-out
- ghc-prof
- ghc-proofs
@ -3039,6 +3048,7 @@ broken-packages:
- linux-kmod
- linux-perf
- linx-gateway
- lion
- lipsum-gen
- liquid
- liquidhaskell-cabal

View file

@ -830,6 +830,7 @@ dont-distribute-packages:
- bond
- bond-haskell
- bond-haskell-compiler
- bookhound-format
- bookkeeper-permissions
- boomslang
- boopadoop
@ -3310,6 +3311,7 @@ dont-distribute-packages:
- regex-genex
- regex-pcre-text
- regex-pderiv
- regex-tdfa_1_3_2
- regex-xmlschema
- regexchar
- regexp-tries
@ -3518,6 +3520,8 @@ dont-distribute-packages:
- servant-jsonrpc-client
- servant-jsonrpc-server
- servant-matrix-param
- servant-oauth2
- servant-oauth2-examples
- servant-polysemy
- servant-postgresql
- servant-pushbullet-client

View file

@ -47088,6 +47088,8 @@ self: {
libraryHaskellDepends = [ base containers text time ];
description = "Simple Parser Combinators";
license = "LGPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bookhound-format" = callPackage
@ -47099,6 +47101,7 @@ self: {
libraryHaskellDepends = [ base bookhound containers text time ];
description = "Parsers for usual data formats";
license = "LGPL";
hydraPlatforms = lib.platforms.none;
}) {};
"bookkeeper" = callPackage
@ -49788,6 +49791,8 @@ self: {
testHaskellDepends = [ aeson base doctest tasty tasty-hunit ];
description = "Give aliases to record fields";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"byline" = callPackage
@ -58712,6 +58717,8 @@ self: {
base clash-prelude deepseq ghc-typelits-knownnat QuickCheck
];
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clash-prelude" = callPackage
@ -58778,6 +58785,8 @@ self: {
libraryHaskellDepends = [ base clash-prelude QuickCheck ];
description = "QuickCheck instances for various types in the CλaSH Prelude";
license = "unknown";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clash-shake" = callPackage
@ -58812,6 +58821,8 @@ self: {
];
description = "CAES Language for Synchronous Hardware - SystemVerilog backend";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clash-verilog" = callPackage
@ -58829,6 +58840,8 @@ self: {
];
description = "CAES Language for Synchronous Hardware - Verilog backend";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clash-vhdl" = callPackage
@ -58846,6 +58859,8 @@ self: {
];
description = "CAES Language for Synchronous Hardware - VHDL backend";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clashilator" = callPackage
@ -58869,7 +58884,9 @@ self: {
];
description = "Automated Clash to Verilator bridge";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "clashilator";
broken = true;
}) {};
"classify" = callPackage
@ -108711,6 +108728,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "GHC Plugin for non-empty lists";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ghc-plugs-out" = callPackage
@ -176514,6 +176533,8 @@ self: {
];
description = "RISC-V Core";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"lipsum-gen" = callPackage
@ -251257,6 +251278,7 @@ self: {
];
description = "A library for OAuth2 authentication in servant";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"servant-oauth2-examples" = callPackage
@ -251286,6 +251308,7 @@ self: {
];
description = "Example applications using this library in three ways";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"servant-openapi3" = callPackage