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:
Dennis Gosnell 2022-11-20 01:38:49 -05:00
parent bcf3605380
commit 38d81f2132
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
3 changed files with 26 additions and 6 deletions

View File

@ -445,6 +445,7 @@ broken-packages:
- boombox - boombox
- boots-app - boots-app
- boring-window-switcher - boring-window-switcher
- borsh
- bot - bot
- botpp - botpp
- bottom - bottom
@ -1354,6 +1355,7 @@ broken-packages:
- etcd - etcd
- ethereum-rlp - ethereum-rlp
- eurofxref - eurofxref
- evdev-streamly
- eve - eve
- eved - eved
- event - event
@ -1953,6 +1955,7 @@ broken-packages:
- HaPy - HaPy
- haquery - haquery
- harchive - harchive
- harfbuzz-pure
- HARM - HARM
- HarmTrace-Base - HarmTrace-Base
- haroonga - haroonga
@ -3296,6 +3299,7 @@ broken-packages:
- monadacme - monadacme
- monad-atom - monad-atom
- monad-atom-simple - monad-atom-simple
- monad-bayes
- monad-branch - monad-branch
- MonadCatchIO-transformers - MonadCatchIO-transformers
- monad-choice - monad-choice
@ -4954,6 +4958,7 @@ broken-packages:
- supervisor - supervisor
- supervisors - supervisors
- supplemented - supplemented
- supply-chain-core
- surjective - surjective
- sv-core - sv-core
- SVD2HS - SVD2HS
@ -5109,6 +5114,7 @@ broken-packages:
- text-and-plots - text-and-plots
- text-ascii - text-ascii
- text-builder-linear - text-builder-linear
- text-compression
- text-containers - text-containers
- text-display - text-display
- text-format-heavy - text-format-heavy

View File

@ -641,6 +641,7 @@ dont-distribute-packages:
- apiary-websockets - apiary-websockets
- apis - apis
- apotiki - apotiki
- appendful-persistent
- approx-rand-test - approx-rand-test
- arbor-monad-metric-datadog - arbor-monad-metric-datadog
- archive-tar-bytestring - archive-tar-bytestring
@ -1531,6 +1532,7 @@ dont-distribute-packages:
- geni-util - geni-util
- geniconvert - geniconvert
- geniserver - geniserver
- genvalidity-appendful
- genvalidity-network-uri - genvalidity-network-uri
- genvalidity-sydtest - genvalidity-sydtest
- genvalidity-sydtest-aeson - genvalidity-sydtest-aeson
@ -2190,9 +2192,6 @@ dont-distribute-packages:
- hsql-odbc - hsql-odbc
- hsql-postgresql - hsql-postgresql
- hsql-sqlite3 - hsql-sqlite3
- hsqml-datamodel-vinyl
- hsqml-demo-morris
- hsqml-morris
- hsreadability - hsreadability
- hssqlppp-th - hssqlppp-th
- hstar - hstar
@ -3566,6 +3565,7 @@ dont-distribute-packages:
- sql-simple-pool - sql-simple-pool
- sql-simple-postgresql - sql-simple-postgresql
- sql-simple-sqlite - sql-simple-sqlite
- sqlite-easy
- sqlite-simple-typed - sqlite-simple-typed
- sqsd-local - sqsd-local
- sscgi - sscgi
@ -3629,6 +3629,7 @@ dont-distribute-packages:
- supercollider-midi - supercollider-midi
- superconstraints - superconstraints
- supernova - supernova
- supply-chain
- sv - sv
- sv-cassava - sv-cassava
- sv-svfactor - sv-svfactor

View File

@ -33301,6 +33301,7 @@ self: {
]; ];
testToolDepends = [ sydtest-discover ]; testToolDepends = [ sydtest-discover ];
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"appendmap" = callPackage "appendmap" = callPackage
@ -47889,6 +47890,8 @@ self: {
]; ];
description = "Implementation of BORSH serialisation"; description = "Implementation of BORSH serialisation";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"bot" = callPackage "bot" = callPackage
@ -93336,6 +93339,8 @@ self: {
description = "Bridge for working with evdev and streamly"; description = "Bridge for working with evdev and streamly";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"eve" = callPackage "eve" = callPackage
@ -108255,6 +108260,7 @@ self: {
appendful base criterion genvalidity-criterion appendful base criterion genvalidity-criterion
]; ];
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"genvalidity-bytestring" = callPackage "genvalidity-bytestring" = callPackage
@ -127161,7 +127167,9 @@ self: {
executableHaskellDepends = [ base bytestring parallel text ]; executableHaskellDepends = [ base bytestring parallel text ];
description = "Pure-functional Harfbuzz language bindings"; description = "Pure-functional Harfbuzz language bindings";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "shape-text"; mainProgram = "shape-text";
broken = true;
}) {inherit (pkgs) harfbuzz;}; }) {inherit (pkgs) harfbuzz;};
"harg" = callPackage "harg" = callPackage
@ -151658,7 +151666,6 @@ self: {
]; ];
description = "HsQML DataModel instances for Vinyl Rec"; description = "HsQML DataModel instances for Vinyl Rec";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"hsqml-demo-manic" = callPackage "hsqml-demo-manic" = callPackage
@ -151695,7 +151702,6 @@ self: {
]; ];
description = "HsQML-based implementation of Nine Men's Morris"; description = "HsQML-based implementation of Nine Men's Morris";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsqml-morris"; mainProgram = "hsqml-morris";
}) {}; }) {};
@ -151749,7 +151755,6 @@ self: {
]; ];
description = "HsQML-based implementation of Nine Men's Morris"; description = "HsQML-based implementation of Nine Men's Morris";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsqml-morris"; mainProgram = "hsqml-morris";
}) {}; }) {};
@ -192919,7 +192924,9 @@ self: {
]; ];
description = "A library for probabilistic programming"; description = "A library for probabilistic programming";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "example"; mainProgram = "example";
broken = true;
}) {}; }) {};
"monad-bool" = callPackage "monad-bool" = callPackage
@ -268279,6 +268286,7 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "A primitive yet easy to use sqlite library"; description = "A primitive yet easy to use sqlite library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"sqlite-simple" = callPackage "sqlite-simple" = callPackage
@ -275446,6 +275454,7 @@ self: {
libraryHaskellDepends = [ base supply-chain-core ]; libraryHaskellDepends = [ base supply-chain-core ];
description = "Composable request-response pipelines"; description = "Composable request-response pipelines";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"supply-chain-core" = callPackage "supply-chain-core" = callPackage
@ -275458,6 +275467,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hedgehog tasty-hunit ]; testHaskellDepends = [ base tasty tasty-hedgehog tasty-hunit ];
description = "Composable request-response pipelines"; description = "Composable request-response pipelines";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"surjective" = callPackage "surjective" = callPackage
@ -283741,6 +283752,8 @@ self: {
]; ];
description = "A text compression library"; description = "A text compression library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"text-containers" = callPackage "text-containers" = callPackage