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

View file

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

View file

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