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:
sternenseemann 2021-12-27 15:31:36 +01:00
parent f3a3ddb87b
commit 7ef0a91a4d
3 changed files with 57 additions and 2 deletions

View file

@ -222,6 +222,7 @@ broken-packages:
- assumpta - assumpta
- ast-monad - ast-monad
- astrds - astrds
- astro
- async-combinators - async-combinators
- async-dejafu - async-dejafu
- asynchronous-exceptions - asynchronous-exceptions
@ -1557,6 +1558,7 @@ broken-packages:
- fused-effects-mwc-random - fused-effects-mwc-random
- fused-effects-resumable - fused-effects-resumable
- fusion - fusion
- futhark-manifest
- futun - futun
- future - future
- fuzzy-time-gen - fuzzy-time-gen
@ -1675,6 +1677,7 @@ broken-packages:
- gi-gtksheet - gi-gtksheet
- gi-handy - gi-handy
- gi-json - gi-json
- gingersnap
- ginsu - ginsu
- gipeda - gipeda
- giphy-api - giphy-api
@ -3187,6 +3190,7 @@ broken-packages:
- monad-ste - monad-ste
- monad-stlike-io - monad-stlike-io
- monad-task - monad-task
- monad-throw-exit
- monad-timing - monad-timing
- monad-tx - monad-tx
- monad-unify - monad-unify
@ -3499,6 +3503,8 @@ broken-packages:
- opentelemetry-http-client - opentelemetry-http-client
- opentheory-char - opentheory-char
- opentok - opentok
- opentracing-jaeger
- opentracing-zipkin-v1
- opentype - opentype
- OpenVGRaw - OpenVGRaw
- Operads - Operads
@ -3540,6 +3546,7 @@ broken-packages:
- overloaded - overloaded
- overloaded-records - overloaded-records
- overture - overture
- owoify-hs
- pack - pack
- package-description-remote - package-description-remote
- package-o-tron - package-o-tron
@ -3570,6 +3577,7 @@ broken-packages:
- pandoc-pyplot - pandoc-pyplot
- pandoc-unlit - pandoc-unlit
- pandoc-utils - pandoc-utils
- pandora-io
- pang-a-lambda - pang-a-lambda
- pangraph - pangraph
- pan-os-syslog - pan-os-syslog
@ -3596,6 +3604,7 @@ broken-packages:
- pareto - pareto
- parochial - parochial
- Parry - Parry
- parse
- parseargs - parseargs
- parsec2 - parsec2
- parsec3 - parsec3
@ -3791,6 +3800,9 @@ broken-packages:
- polydata-core - polydata-core
- polynom - polynom
- polynomial - polynomial
- polysemy-check
- polysemy-http
- polysemy-process
- polysemy-zoo - polysemy-zoo
- polytypeable - polytypeable
- pomaps - pomaps
@ -3841,6 +3853,7 @@ broken-packages:
- PPrinter - PPrinter
- pqc - pqc
- praglude - praglude
- prairie
- preamble - preamble
- precis - precis
- precursor - precursor
@ -4368,6 +4381,7 @@ broken-packages:
- servant-static-th - servant-static-th
- servant-streaming - servant-streaming
- servant-to-elm - servant-to-elm
- servant-tracing
- servant-yaml - servant-yaml
- servant-zeppelin - servant-zeppelin
- server-generic - server-generic
@ -4780,6 +4794,7 @@ broken-packages:
- syb-with-class-instances-text - syb-with-class-instances-text
- sydtest-aeson - sydtest-aeson
- sydtest-hedis - sydtest-hedis
- sydtest-hspec
- sydtest-mongo - sydtest-mongo
- sydtest-persistent-postgresql - sydtest-persistent-postgresql
- sydtest-rabbitmq - sydtest-rabbitmq

View file

@ -929,6 +929,7 @@ dont-distribute-packages:
- delta - delta
- delta-h - delta-h
- dep-t-advice - dep-t-advice
- dep-t-dynamic
- dependent-literals-plugin - dependent-literals-plugin
- dependent-state - dependent-state
- dephd - dephd
@ -1086,6 +1087,7 @@ dont-distribute-packages:
- falling-turnip - falling-turnip
- fallingblocks - fallingblocks
- family-tree - family-tree
- fast-bech32
- fastirc - fastirc
- fault-tree - fault-tree
- fbrnch - fbrnch
@ -1513,6 +1515,7 @@ dont-distribute-packages:
- hedgehog-gen-json - hedgehog-gen-json
- hedis-pile - hedis-pile
- heist-aeson - heist-aeson
- helic
- helics - helics
- helics-wai - helics-wai
- helium - helium
@ -2249,6 +2252,7 @@ dont-distribute-packages:
- numhask-range - numhask-range
- numhask-test - numhask-test
- nymphaea - nymphaea
- oath
- obd - obd
- obdd - obdd
- oberon0 - oberon0
@ -3070,6 +3074,7 @@ dont-distribute-packages:
- typed-encoding-encoding - typed-encoding-encoding
- typed-spreadsheet - typed-spreadsheet
- typed-streams - typed-streams
- typelet
- typelevel - typelevel
- typelevel-rewrite-rules - typelevel-rewrite-rules
- typescript-docs - typescript-docs

View file

@ -34656,6 +34656,8 @@ self: {
]; ];
description = "Amateur astronomical computations"; description = "Amateur astronomical computations";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"astview" = callPackage "astview" = callPackage
@ -74650,6 +74652,7 @@ self: {
]; ];
description = "A dynamic environment for dependency injection"; description = "A dynamic environment for dependency injection";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"dependency" = callPackage "dependency" = callPackage
@ -91802,6 +91805,7 @@ self: {
]; ];
description = "Fast implementation of the Bech32 encoding format"; description = "Fast implementation of the Bech32 encoding format";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"fast-builder" = callPackage "fast-builder" = callPackage
@ -100714,6 +100718,8 @@ self: {
]; ];
description = "Definition and serialisation instances for Futhark manifests"; description = "Definition and serialisation instances for Futhark manifests";
license = lib.licenses.isc; license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"futhark-server" = callPackage "futhark-server" = callPackage
@ -109249,6 +109255,8 @@ self: {
]; ];
description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple"; description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ginsu" = callPackage "ginsu" = callPackage
@ -130552,6 +130560,7 @@ self: {
]; ];
description = "Clipboard Manager"; description = "Clipboard Manager";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"helics" = callPackage "helics" = callPackage
@ -185823,6 +185832,8 @@ self: {
testHaskellDepends = [ base hspec QuickCheck typed-process ]; testHaskellDepends = [ base hspec QuickCheck typed-process ];
description = "Functions to exit the program anywhere in MonadThrow monads"; description = "Functions to exit the program anywhere in MonadThrow monads";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"monad-time" = callPackage "monad-time" = callPackage
@ -198161,6 +198172,7 @@ self: {
benchmarkHaskellDepends = [ async base streamly tasty-bench ]; benchmarkHaskellDepends = [ async base streamly tasty-bench ];
description = "Composable concurrent computation done right"; description = "Composable concurrent computation done right";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"oauth10a" = callPackage "oauth10a" = callPackage
@ -200798,6 +200810,8 @@ self: {
]; ];
description = "Jaeger backend for OpenTracing"; description = "Jaeger backend for OpenTracing";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"opentracing-wai" = callPackage "opentracing-wai" = callPackage
@ -200839,6 +200853,8 @@ self: {
]; ];
description = "Zipkin V1 backend for OpenTracing"; description = "Zipkin V1 backend for OpenTracing";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"opentracing-zipkin-v2" = callPackage "opentracing-zipkin-v2" = callPackage
@ -202580,6 +202596,8 @@ self: {
]; ];
description = "Turn any English text into nonsensical babyspeaks"; description = "Turn any English text into nonsensical babyspeaks";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"pack" = callPackage "pack" = callPackage
@ -204015,6 +204033,8 @@ self: {
libraryHaskellDepends = [ ghc-prim pandora ]; libraryHaskellDepends = [ ghc-prim pandora ];
description = "..."; description = "...";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"pang-a-lambda" = callPackage "pang-a-lambda" = callPackage
@ -205164,6 +205184,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit ]; testHaskellDepends = [ base tasty tasty-hunit ];
description = "Simple way to parse strings with Python-like format strings"; description = "Simple way to parse strings with Python-like format strings";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"parse-dimacs" = callPackage "parse-dimacs" = callPackage
@ -214203,6 +214225,8 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "QuickCheck for Polysemy"; description = "QuickCheck for Polysemy";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"polysemy-chronos" = callPackage "polysemy-chronos" = callPackage
@ -214240,7 +214264,6 @@ self: {
]; ];
description = "Polysemy Effects for Concurrency"; description = "Polysemy Effects for Concurrency";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-conc_0_5_1_1" = callPackage "polysemy-conc_0_5_1_1" = callPackage
@ -214263,6 +214286,7 @@ self: {
]; ];
description = "Polysemy Effects for Concurrency"; description = "Polysemy Effects for Concurrency";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-extra" = callPackage "polysemy-extra" = callPackage
@ -214339,6 +214363,8 @@ self: {
]; ];
description = "Polysemy Effects for HTTP clients"; description = "Polysemy Effects for HTTP clients";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"polysemy-keyed-state" = callPackage "polysemy-keyed-state" = callPackage
@ -214628,6 +214654,8 @@ self: {
]; ];
description = "Polysemy Effects for System Processes"; description = "Polysemy Effects for System Processes";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"polysemy-readline" = callPackage "polysemy-readline" = callPackage
@ -214681,7 +214709,6 @@ self: {
]; ];
description = "Polysemy error tracking"; description = "Polysemy error tracking";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-resume_0_2_0_0" = callPackage "polysemy-resume_0_2_0_0" = callPackage
@ -214699,6 +214726,7 @@ self: {
]; ];
description = "Polysemy error tracking"; description = "Polysemy error tracking";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-several" = callPackage "polysemy-several" = callPackage
@ -217498,6 +217526,8 @@ self: {
testHaskellDepends = [ aeson base ]; testHaskellDepends = [ aeson base ];
description = "A first class record field library"; description = "A first class record field library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"preamble" = callPackage "preamble" = callPackage
@ -245117,6 +245147,8 @@ self: {
transformers transformers
]; ];
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"servant-util" = callPackage "servant-util" = callPackage
@ -264128,6 +264160,8 @@ self: {
testToolDepends = [ sydtest-discover ]; testToolDepends = [ sydtest-discover ];
description = "An Hspec companion library for sydtest"; description = "An Hspec companion library for sydtest";
license = "unknown"; license = "unknown";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"sydtest-mongo" = callPackage "sydtest-mongo" = callPackage
@ -281349,6 +281383,7 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
description = "Plugin to faciliate type-level let"; description = "Plugin to faciliate type-level let";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"typelevel" = callPackage "typelevel" = callPackage