From ef91da8e810bdb583005976d7398cda06d07903d Mon Sep 17 00:00:00 2001 From: maralorn Date: Thu, 20 Apr 2023 13:59:52 +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 [1793846](https://hydra.nixos.org/eval/1793846) of nixpkgs commit [d7f6c4a](https://github.com/NixOS/nixpkgs/commits/d7f6c4a23913f643404b5652b080debc63efe7ab) as of 2023-04-20 11:54 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates --- .../configuration-hackage2nix/broken.yaml | 3 +++ .../transitive-broken.yaml | 9 ++------- .../haskell-modules/hackage-packages.nix | 13 ++++++------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 8170c9d1555d..3824cf51dbe2 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -4975,6 +4975,7 @@ broken-packages: - softfloat-hs - solar - solga + - som # test failure in job https://hydra.nixos.org/build/216744749 at 2023-04-20 - Sonnex - sorted - sorting @@ -5254,6 +5255,7 @@ broken-packages: - tasty-hedgehog-coverage - tasty-json - tasty-mgolden + - tasty-papi # test failure in job https://hydra.nixos.org/build/216756583 at 2023-04-20 - tasty-stats - tasty-test-vector - TastyTLT @@ -5701,6 +5703,7 @@ broken-packages: - vector-fftw - vector-functorlazy - vector-heterogenous + - vector-quicksort # dependency missing in job https://hydra.nixos.org/build/216753081 at 2023-04-20 - vector-random - vector-read-instances - vector-space-map diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 542ca1670d61..cbac47ecbce6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -810,11 +810,8 @@ dont-distribute-packages: - bitcoin-api - bitcoin-api-extra - bitcoin-block - - bitcoin-compact-filters - bitcoin-tx - bitcoin-types - - bitcoind-regtest - - bitcoind-rpc - bitfield - bitly-cli - bitmaps @@ -1112,6 +1109,7 @@ dont-distribute-packages: - cqrs-test - cqrs-testkit - crackNum + - crackNum_3_4 - craft - craftwerk-cairo - craftwerk-gtk @@ -1279,6 +1277,7 @@ dont-distribute-packages: - distribution-plot - dixi - dl-fedora + - dl-fedora_0_9_5 - dmenu-pkill - dmenu-pmount - dmenu-search @@ -1544,9 +1543,6 @@ dont-distribute-packages: - ftshell - funbot - funbot-git-hook - - funcons-lambda-cbv-mp - - funcons-simple - - funcons-tools - function-combine - functor - functor-combo @@ -1600,7 +1596,6 @@ dont-distribute-packages: - geolite-csv - getemx - gf - - ghc-debug-brick - ghc-imported-from - ghc-instances - ghc-mod diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b9b54664cc84..51c2130fc009 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -45825,7 +45825,6 @@ self: { ]; description = "BIP 158 compact block filters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-hash" = callPackage @@ -46061,7 +46060,6 @@ self: { ]; description = "A library for working with bitcoin-core regtest networks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "bitcoind-rpc-explorer"; }) {}; @@ -46084,7 +46082,6 @@ self: { ]; description = "A streamlined interface to bitcoin core using Haskoin types and Servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bitfield" = callPackage @@ -106642,7 +106639,6 @@ self: { ]; description = "call-by-value lambda-calculus with meta-programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "lambda-cbv"; }) {}; @@ -106659,7 +106655,6 @@ self: { executableHaskellDepends = [ base funcons-tools funcons-values ]; description = "A modular interpreter for executing SIMPLE funcons"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "runfct-SIMPLE"; }) {}; @@ -106686,7 +106681,6 @@ self: { ]; description = "A modular interpreter for executing funcons"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "funcons-values" = callPackage @@ -111452,7 +111446,6 @@ self: { ]; description = "A simple TUI using ghc-debug"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "ghc-debug-brick"; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -271168,6 +271161,8 @@ self: { ]; description = "Self-Organising Maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "some" = callPackage @@ -286116,6 +286111,8 @@ self: { description = "Bencmarking using instruction counting"; license = lib.licenses.bsd3; platforms = lib.platforms.linux; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) papi;}; "tasty-prelude" = callPackage @@ -307517,6 +307514,8 @@ self: { doHaddock = false; description = "Fast and flexible quicksort implementation for mutable vectors"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-random" = callPackage