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-06-03 15:45:04 +02:00
parent 1a2bb9918a
commit 0e5d12d65c
3 changed files with 8 additions and 2 deletions

View File

@ -766,12 +766,14 @@ broken-packages:
- compaREST
- comparse
- compdata
- compdoc
- compendium-client
- competition
- compilation
- complex-generic
- composable-associations-aeson
- compose-trans
- composite-aeson-path
- composite-cassava
- composite-dhall
- composite-ekg

View File

@ -1040,6 +1040,7 @@ dont-distribute-packages:
- compdata-automata
- compdata-dags
- compdata-param
- compdoc-dhall-decoder
- complexity
- compstrat
- comptrans

View File

@ -62191,6 +62191,8 @@ self: {
];
description = "Parse a Pandoc to a composite value";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"compdoc-dhall-decoder" = callPackage
@ -62209,6 +62211,7 @@ self: {
];
description = "Allows you to write FromDhall instances for Compdoc";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"compendium-client" = callPackage
@ -62476,6 +62479,8 @@ self: {
libraryHaskellDepends = [ base composite-aeson path ];
description = "Formatting data for the path library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"composite-aeson-refined" = callPackage
@ -176777,8 +176782,6 @@ self: {
testHaskellDepends = [ base lucid servant text ];
description = "Use htmx in your lucid templates";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"lucid-hyperscript" = callPackage