3
0
Fork 0
forked from mirrors/nixpkgs

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-04-09 22:19:05 +02:00
parent 5b8e4d9de7
commit 180b51bf25
3 changed files with 28 additions and 0 deletions

View file

@ -453,6 +453,7 @@ broken-packages:
- botpp - botpp
- bottom - bottom
- boundingboxes - boundingboxes
- bower-json
- bowntz - bowntz
- bpath - bpath
- braid - braid
@ -1318,6 +1319,7 @@ broken-packages:
- ert - ert
- escape-artist - escape-artist
- escoger - escoger
- espial
- esqueleto-pgcrypto - esqueleto-pgcrypto
- ess - ess
- essence-of-live-coding-gloss-example - essence-of-live-coding-gloss-example
@ -1925,6 +1927,7 @@ broken-packages:
- haquery - haquery
- harchive - harchive
- HARM - HARM
- HarmTrace-Base
- haroonga - haroonga
- harp - harp
- harpy - harpy
@ -2108,6 +2111,7 @@ broken-packages:
- heidi - heidi
- hein - hein
- heist-async - heist-async
- heist-emanote
- helic - helic
- helisp - helisp
- hell - hell
@ -2733,6 +2737,7 @@ broken-packages:
- json-extra - json-extra
- json-fu - json-fu
- json-litobj - json-litobj
- jsonlogic
- jsonnet - jsonnet
- json-pointer - json-pointer
- json-pointy - json-pointy
@ -2953,6 +2958,7 @@ broken-packages:
- lifetimes - lifetimes
- lifted-protolude - lifted-protolude
- lifter - lifter
- lifx-lan
- ligature - ligature
- light - light
- lilypond - lilypond
@ -4668,6 +4674,7 @@ broken-packages:
- smtps-gmail - smtps-gmail
- smuggler - smuggler
- smuggler2 - smuggler2
- snack
- snake - snake
- snake-game - snake-game
- snap-accept - snap-accept

View file

@ -2249,6 +2249,7 @@ dont-distribute-packages:
- hsx-xhtml - hsx-xhtml
- html-kure - html-kure
- html-presentation-text - html-presentation-text
- htoml-parse
- hts - hts
- htsn-import - htsn-import
- http-client-auth - http-client-auth
@ -2426,6 +2427,7 @@ dont-distribute-packages:
- json-togo - json-togo
- json-tokens - json-tokens
- json2-hdbc - json2-hdbc
- jsonlogic-aeson
- jsons-to-schema - jsons-to-schema
- jspath - jspath
- jvm - jvm
@ -2526,6 +2528,7 @@ dont-distribute-packages:
- language-python-colour - language-python-colour
- language-qux - language-qux
- language-spelling - language-spelling
- large-anon
- lat - lat
- latest-npm-version - latest-npm-version
- latex-formulae-hakyll - latex-formulae-hakyll
@ -3647,6 +3650,7 @@ dont-distribute-packages:
- soundgen - soundgen
- source-code-server - source-code-server
- spade - spade
- spago
- sparkle - sparkle
- sparrow - sparrow
- sparsebit - sparsebit

View file

@ -10026,6 +10026,8 @@ self: {
]; ];
description = "Parsing and unambiguously representing musical chords"; description = "Parsing and unambiguously representing musical chords";
license = lib.licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"HasBigDecimal" = callPackage "HasBigDecimal" = callPackage
@ -46661,6 +46663,8 @@ self: {
]; ];
description = "Read bower.json from Haskell"; description = "Read bower.json from Haskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"bowntz" = callPackage "bowntz" = callPackage
@ -88764,6 +88768,8 @@ self: {
]; ];
description = "Espial is an open-source, web-based bookmarking server"; description = "Espial is an open-source, web-based bookmarking server";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"esqueleto" = callPackage "esqueleto" = callPackage
@ -130038,6 +130044,8 @@ self: {
]; ];
description = "An Haskell template system supporting both HTML5 and XML"; description = "An Haskell template system supporting both HTML5 and XML";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"helf" = callPackage "helf" = callPackage
@ -145944,6 +145952,7 @@ self: {
]; ];
description = "Parse TOML values produced by htoml-megaparsec package"; description = "Parse TOML values produced by htoml-megaparsec package";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"htrace" = callPackage "htrace" = callPackage
@ -159945,6 +159954,8 @@ self: {
]; ];
description = "JsonLogic Evaluation"; description = "JsonLogic Evaluation";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"jsonlogic-aeson" = callPackage "jsonlogic-aeson" = callPackage
@ -159965,6 +159976,7 @@ self: {
]; ];
description = "JsonLogic Aeson Support"; description = "JsonLogic Aeson Support";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"jsonnet" = callPackage "jsonnet" = callPackage
@ -166256,6 +166268,7 @@ self: {
]; ];
description = "Scalable anonymous records"; description = "Scalable anonymous records";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"large-generics" = callPackage "large-generics" = callPackage
@ -170140,6 +170153,8 @@ self: {
]; ];
description = "LIFX LAN API"; description = "LIFX LAN API";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ligature" = callPackage "ligature" = callPackage
@ -251796,6 +251811,8 @@ self: {
]; ];
description = "Strict ByteString Parser Combinator"; description = "Strict ByteString Parser Combinator";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"snake" = callPackage "snake" = callPackage