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 - compaREST
- comparse - comparse
- compdata - compdata
- compdoc
- compendium-client - compendium-client
- competition - competition
- compilation - compilation
- complex-generic - complex-generic
- composable-associations-aeson - composable-associations-aeson
- compose-trans - compose-trans
- composite-aeson-path
- composite-cassava - composite-cassava
- composite-dhall - composite-dhall
- composite-ekg - composite-ekg

View File

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

View File

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