From 9870cb863280eb5b643181175527cf8f262a70de Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 7 Jan 2023 21:16:24 +0100 Subject: haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 3 +++ .../configuration-hackage2nix/transitive-broken.yaml | 6 ++++++ pkgs/development/haskell-modules/hackage-packages.nix | 9 +++++++++ 3 files changed, 18 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index c2d62db7cd751..70771427435bc 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -560,6 +560,7 @@ broken-packages: - cabal-meta - cabal-mon - cabal-nirvana + - cabal-plan-bounds - cabal-progdeps - cabalQuery - CabalSearch @@ -853,6 +854,7 @@ broken-packages: - Conscript - consistent - console-program + - constable - const-math-ghc-plugin - constrained - constrained-categories @@ -4325,6 +4327,7 @@ broken-packages: - rattle - rattletrap - raven-haskell-scotty + - raylib-imgui - raz - rbst - rclient diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 3ff14c0e1d54d..557efdd9dee58 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -192,6 +192,7 @@ dont-distribute-packages: - HROOT-hist - HROOT-io - HROOT-math + - HROOT-net - HROOT-tree - HRay - HSGEP @@ -672,7 +673,10 @@ dont-distribute-packages: - array-forth - arraylist - ascii-cows + - ascii-superset_1_2_4_0 - ascii-table + - ascii-th_1_1_1_0 + - ascii_1_4_2_0 - asic - asil - assert4hs-hspec @@ -1027,6 +1031,7 @@ dont-distribute-packages: - comfort-array - comfort-array-shape - comfort-fftw + - comfort-glpk - commsec - commsec-keyexchange - comonad-random @@ -1395,6 +1400,7 @@ dont-distribute-packages: - ewe - exference - exinst-aeson + - exinst-base - exinst-bytes - exinst-cereal - exinst-deepseq diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4a53847ed3222..80aefc9173022 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9438,6 +9438,7 @@ self: { librarySystemDepends = [ RHTTP ]; description = "Haskell binding to ROOT Net modules"; license = lib.licenses.lgpl21Plus; + hydraPlatforms = lib.platforms.none; }) {RHTTP = null;}; "HROOT-tree" = callPackage @@ -52709,7 +52710,9 @@ self: { ]; description = "Derives cabal bounds from build plans"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; mainProgram = "cabal-plan-bounds"; + broken = true; }) {}; "cabal-progdeps" = callPackage @@ -63420,6 +63423,7 @@ self: { ]; description = "Linear Programming using GLPK and comfort-array"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glpk;}; "comfort-graph" = callPackage @@ -67172,6 +67176,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "A safe interface for Const summarization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constaparser" = callPackage @@ -94476,6 +94482,7 @@ self: { ]; description = "@exinst@ support for @base@ package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-bytes" = callPackage @@ -236787,6 +236794,8 @@ self: { libraryHaskellDepends = [ base h-raylib ]; description = "Haskell bindings for rlImGui"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "raz" = callPackage -- cgit 1.4.1