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 2022-07-14 14:05:34 +02:00
parent e0608ddfd9
commit c5e304a480
3 changed files with 18 additions and 12 deletions

View file

@ -421,6 +421,7 @@ broken-packages:
- bizzlelude-js - bizzlelude-js
- bkr - bkr
- blakesum - blakesum
- Blammo
- blas - blas
- blaze-html-contrib - blaze-html-contrib
- blaze-html-hexpat - blaze-html-hexpat
@ -1268,6 +1269,7 @@ broken-packages:
- effin - effin
- egison-pattern-src - egison-pattern-src
- ehaskell - ehaskell
- ehlo
- ehs - ehs
- eibd-client-simple - eibd-client-simple
- eigen - eigen
@ -1380,6 +1382,7 @@ broken-packages:
- exinst - exinst
- exists - exists
- exitcode - exitcode
- exon
- exp-cache - exp-cache
- explain - explain
- explicit-constraint-lens - explicit-constraint-lens
@ -2180,6 +2183,7 @@ broken-packages:
- hext - hext
- hextra - hextra
- heyefi - heyefi
- heystone
- hF2 - hF2
- hfann - hfann
- HFitUI - HFitUI
@ -4146,6 +4150,7 @@ broken-packages:
- pyfi - pyfi
- python-pickle - python-pickle
- q4c12-twofinger - q4c12-twofinger
- qbe
- qc-oi-testgenerator - qc-oi-testgenerator
- qd - qd
- qed - qed
@ -5059,6 +5064,7 @@ broken-packages:
- tapioca - tapioca
- TaskMonad - TaskMonad
- tasty-auto - tasty-auto
- tasty-autocollect
- tasty-fail-fast - tasty-fail-fast
- tasty-grading-system - tasty-grading-system
- tasty-hedgehog-coverage - tasty-hedgehog-coverage

View file

@ -346,7 +346,6 @@ dont-distribute-packages:
- Shpadoinkle-widgets - Shpadoinkle-widgets
- SimpleGL - SimpleGL
- SimpleLog - SimpleLog
- SimpleServer
- Smooth - Smooth
- Snusmumrik - Snusmumrik
- SoccerFun - SoccerFun
@ -2077,7 +2076,6 @@ dont-distribute-packages:
- helics - helics
- helics-wai - helics-wai
- helium - helium
- helix
- hellage - hellage
- hellnet - hellnet
- hemokit - hemokit
@ -3346,7 +3344,6 @@ dont-distribute-packages:
- relational-record-examples - relational-record-examples
- relational-schemas - relational-schemas
- relative-date - relative-date
- reload
- remote-json - remote-json
- remote-json-client - remote-json-client
- remote-json-server - remote-json-server
@ -3659,8 +3656,6 @@ dont-distribute-packages:
- sock2stream - sock2stream
- socket-io - socket-io
- sockets - sockets
- solga
- solga-swagger
- solr - solr
- souffle-dsl - souffle-dsl
- sounddelay - sounddelay
@ -4068,7 +4063,6 @@ dont-distribute-packages:
- wai-middleware-rollbar - wai-middleware-rollbar
- wai-middleware-route - wai-middleware-route
- wai-middleware-throttle - wai-middleware-throttle
- wai-routes
- wai-routing - wai-routing
- wai-session-tokyocabinet - wai-session-tokyocabinet
- wai-thrift - wai-thrift

View file

@ -2081,6 +2081,8 @@ self: {
testToolDepends = [ markdown-unlit ]; testToolDepends = [ markdown-unlit ];
description = "Batteries-included Structured Logging library"; description = "Batteries-included Structured Logging library";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"BlastHTTP" = callPackage "BlastHTTP" = callPackage
@ -19275,7 +19277,6 @@ self: {
]; ];
description = "A simple static file server, for when apache is overkill"; description = "A simple static file server, for when apache is overkill";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "simpleserver"; mainProgram = "simpleserver";
}) {}; }) {};
@ -87489,6 +87490,8 @@ self: {
]; ];
description = "Minimalistic SMTP client for Haskell"; description = "Minimalistic SMTP client for Haskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ehs" = callPackage "ehs" = callPackage
@ -93174,6 +93177,8 @@ self: {
]; ];
description = "Monoidal Quasiquote Interpolation"; description = "Monoidal Quasiquote Interpolation";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"exotic-list-monads" = callPackage "exotic-list-monads" = callPackage
@ -133484,7 +133489,6 @@ self: {
]; ];
description = "Web development micro framework for haskell with typesafe URLs"; description = "Web development micro framework for haskell with typesafe URLs";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"hell" = callPackage "hell" = callPackage
@ -134960,6 +134964,8 @@ self: {
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
description = "Haskell bindings for the Keystone assembler framework"; description = "Haskell bindings for the Keystone assembler framework";
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) keystone;}; }) {inherit (pkgs) keystone;};
"heyting-algebras" = callPackage "heyting-algebras" = callPackage
@ -228949,6 +228955,8 @@ self: {
]; ];
description = "Types and prettyprinter for the IL of the QBE compiler backend"; description = "Types and prettyprinter for the IL of the QBE compiler backend";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"qc-oi-testgenerator" = callPackage "qc-oi-testgenerator" = callPackage
@ -237572,7 +237580,6 @@ self: {
]; ];
description = "A web based Haskell IDE"; description = "A web based Haskell IDE";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "reload-exe"; mainProgram = "reload-exe";
}) {}; }) {};
@ -260847,7 +260854,6 @@ self: {
]; ];
description = "Simple typesafe web routing"; description = "Simple typesafe web routing";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"solga-swagger" = callPackage "solga-swagger" = callPackage
@ -260865,7 +260871,6 @@ self: {
]; ];
description = "Swagger generation for Solga"; description = "Swagger generation for Solga";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"solr" = callPackage "solr" = callPackage
@ -274325,7 +274330,9 @@ self: {
]; ];
description = "Autocollection of tasty tests"; description = "Autocollection of tasty tests";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "tasty-autocollect"; mainProgram = "tasty-autocollect";
broken = true;
}) {}; }) {};
"tasty-bdd" = callPackage "tasty-bdd" = callPackage
@ -299115,7 +299122,6 @@ self: {
]; ];
description = "Typesafe URLs for Wai applications"; description = "Typesafe URLs for Wai applications";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"wai-routing" = callPackage "wai-routing" = callPackage