From 180b51bf25b74e0ced3611c1663643f426bca3cc Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 9 Apr 2022 22:19:05 +0200 Subject: haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh --- .../configuration-hackage2nix/broken.yaml | 7 +++++++ .../configuration-hackage2nix/transitive-broken.yaml | 4 ++++ pkgs/development/haskell-modules/hackage-packages.nix | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 7e21b7e07621d..d44618e3cb6e8 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -453,6 +453,7 @@ broken-packages: - botpp - bottom - boundingboxes + - bower-json - bowntz - bpath - braid @@ -1318,6 +1319,7 @@ broken-packages: - ert - escape-artist - escoger + - espial - esqueleto-pgcrypto - ess - essence-of-live-coding-gloss-example @@ -1925,6 +1927,7 @@ broken-packages: - haquery - harchive - HARM + - HarmTrace-Base - haroonga - harp - harpy @@ -2108,6 +2111,7 @@ broken-packages: - heidi - hein - heist-async + - heist-emanote - helic - helisp - hell @@ -2733,6 +2737,7 @@ broken-packages: - json-extra - json-fu - json-litobj + - jsonlogic - jsonnet - json-pointer - json-pointy @@ -2953,6 +2958,7 @@ broken-packages: - lifetimes - lifted-protolude - lifter + - lifx-lan - ligature - light - lilypond @@ -4668,6 +4674,7 @@ broken-packages: - smtps-gmail - smuggler - smuggler2 + - snack - snake - snake-game - snap-accept diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 188e3069ede33..7b527b41d8560 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -2249,6 +2249,7 @@ dont-distribute-packages: - hsx-xhtml - html-kure - html-presentation-text + - htoml-parse - hts - htsn-import - http-client-auth @@ -2426,6 +2427,7 @@ dont-distribute-packages: - json-togo - json-tokens - json2-hdbc + - jsonlogic-aeson - jsons-to-schema - jspath - jvm @@ -2526,6 +2528,7 @@ dont-distribute-packages: - language-python-colour - language-qux - language-spelling + - large-anon - lat - latest-npm-version - latex-formulae-hakyll @@ -3647,6 +3650,7 @@ dont-distribute-packages: - soundgen - source-code-server - spade + - spago - sparkle - sparrow - sparsebit diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c5e220df683ef..2773110b39b49 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -10026,6 +10026,8 @@ self: { ]; description = "Parsing and unambiguously representing musical chords"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HasBigDecimal" = callPackage @@ -46661,6 +46663,8 @@ self: { ]; description = "Read bower.json from Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bowntz" = callPackage @@ -88764,6 +88768,8 @@ self: { ]; description = "Espial is an open-source, web-based bookmarking server"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "esqueleto" = callPackage @@ -130038,6 +130044,8 @@ self: { ]; description = "An Haskell template system supporting both HTML5 and XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "helf" = callPackage @@ -145944,6 +145952,7 @@ self: { ]; description = "Parse TOML values produced by htoml-megaparsec package"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "htrace" = callPackage @@ -159945,6 +159954,8 @@ self: { ]; description = "JsonLogic Evaluation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonlogic-aeson" = callPackage @@ -159965,6 +159976,7 @@ self: { ]; description = "JsonLogic Aeson Support"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jsonnet" = callPackage @@ -166256,6 +166268,7 @@ self: { ]; description = "Scalable anonymous records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "large-generics" = callPackage @@ -170140,6 +170153,8 @@ self: { ]; description = "LIFX LAN API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ligature" = callPackage @@ -251796,6 +251811,8 @@ self: { ]; description = "Strict ByteString Parser Combinator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snake" = callPackage -- cgit 1.4.1