From 6a1d55d380982217afb867e158c175f1fdacdba1 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 10 May 2023 20:11:41 +0200 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1794827](https://hydra.nixos.org/eval/1794827) of nixpkgs commit [bd83355](https://github.com/NixOS/nixpkgs/commits/bd8335552e8712e7c25dc0cc28e3ab3dfed4404e) as of 2023-05-10 18:05 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates --- .../configuration-hackage2nix/broken.yaml | 6 ++++++ .../transitive-broken.yaml | 1 + .../haskell-modules/hackage-packages.nix | 13 +++++++++++++ 3 files changed, 20 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index ab1c47768867..fe9a23d01c86 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1173,8 +1173,10 @@ broken-packages: - directed-cubical - direct-fastcgi - direct-http + - directory-ospath-streaming # dependency missing in job https://hydra.nixos.org/build/219209527 at 2023-05-10 - direct-plugins - direm + - disco # failure building library in job https://hydra.nixos.org/build/219207076 at 2023-05-10 - discordian-calendar - discord-register - discord-types @@ -1897,6 +1899,7 @@ broken-packages: - Grempa - greplicate - gridfs + - grid-proto # failure building library in job https://hydra.nixos.org/build/219248049 at 2023-05-10 - grids - grm - GroteTrap @@ -5018,6 +5021,7 @@ broken-packages: - sqlvalue-list - srcinst - srt-dhall + - srtree # dependency missing in job https://hydra.nixos.org/build/219208055 at 2023-05-10 - sscan - ssh - ssh-tunnel @@ -5582,6 +5586,7 @@ broken-packages: - unamb-custom - unbeliever - unbounded-delays-units + - unbound-kind-generics # failure building library in job https://hydra.nixos.org/build/219201570 at 2023-05-10 - unboxed - unboxed-containers - unboxed-references @@ -5771,6 +5776,7 @@ broken-packages: - wai-middleware-travisci - wai-middleware-validation - wai-predicates + - wai-problem-details # dependency missing in job https://hydra.nixos.org/build/219206235 at 2023-05-10 - wai-rate-limit-postgres - wai-rate-limit-redis - wai-request-spec diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 896d783ff6a7..5b6f8b2737c7 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -3007,6 +3007,7 @@ dont-distribute-packages: - pandoc-crossref_0_3_15_2 - pandoc-highlighting-extensions - pandoc-japanese-filters + - pandoc-symreg - pandora-io - papa - papa-base diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index adc4d362edee..e28601fe3139 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -83505,6 +83505,8 @@ self: { ]; description = "Stream directory entries in constant memory in vanilla IO"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "directory-tree" = callPackage @@ -83669,7 +83671,9 @@ self: { ]; description = "Functional programming language for teaching discrete math"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "disco"; + broken = true; }) {}; "discogs-haskell" = callPackage @@ -122951,6 +122955,8 @@ self: { description = "Game engine for Prototyping on a Grid"; license = lib.licenses.bsd3; badPlatforms = lib.platforms.darwin; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gridbounds" = callPackage @@ -217502,6 +217508,7 @@ self: { ]; description = "A tool to convert symbolic regression expressions into different formats"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; mainProgram = "pandoc-symreg"; }) {}; @@ -274366,7 +274373,9 @@ self: { ]; description = "A general framework to work with Symbolic Regression expression trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "bench-srtree"; + broken = true; }) {}; "srv" = callPackage @@ -302270,6 +302279,8 @@ self: { ]; description = "Support for programming with names and binders using kind-generics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unbounded-delays" = callPackage @@ -311654,6 +311665,8 @@ self: { ]; description = "Problem details middleware for WAI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-rate-limit" = callPackage