From 08d65abd4366147d55da6f0b13653798b5d4c861 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 14 Feb 2022 16:22:03 +0100 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh --- .../configuration-hackage2nix/broken.yaml | 1 + .../transitive-broken.yaml | 13 ++++++++++--- .../haskell-modules/hackage-packages.nix | 12 ++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index d3878ab1fde7006..f3a0b963fe0522c 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1088,6 +1088,7 @@ broken-packages: - DigitalOcean - digitalocean-kzs - digits + - dijkstra-simple - DimensionalHash - dimensional-tf - diophantine diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 7be9c09e485db20..cc55e28d96c189b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -525,6 +525,9 @@ dont-distribute-packages: - base64-bytes - baserock-schema - batchd + - batchd-core + - batchd-docker + - batchd-libvirt - batching - battlenet-yesod - battleships @@ -725,9 +728,7 @@ dont-distribute-packages: - claferwiki - clash - clash-ghc - - clash-ghc_1_4_7 - clash-lib - - clash-lib_1_4_7 - clash-multisignal - clash-prelude-quickcheck - clash-shake @@ -786,6 +787,7 @@ dont-distribute-packages: - comic - commsec-keyexchange - comonad-random + - compaREST - compact-mutable - complexity - computational-algebra @@ -1485,6 +1487,12 @@ dont-distribute-packages: - hasql-cursor-query - hasql-postgres - hasql-postgres-options + - hasql-streams-conduit + - hasql-streams-core + - hasql-streams-example + - hasql-streams-pipes + - hasql-streams-streaming + - hasql-streams-streamly - hasql-th - hastache-aeson - haste-app @@ -2546,7 +2554,6 @@ dont-distribute-packages: - reactor - readpyc - reanimate - - reanimate_1_1_5_0 - record-aeson - record-gl - record-preprocessor diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index af5f4f022a54ba5..b06857169cd692e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -39759,6 +39759,7 @@ self: { ]; description = "Core modules of batchd, to use in batchd extensions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "batchd-docker" = callPackage @@ -39774,6 +39775,7 @@ self: { ]; description = "docker containers host controller for batchd"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "batchd-libvirt" = callPackage @@ -39790,6 +39792,7 @@ self: { ]; description = "host controller for batchd, which controls virtual machines via libvirt library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "batching" = callPackage @@ -61363,6 +61366,7 @@ self: { ]; description = "Compatibility checker for OpenAPI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "compact" = callPackage @@ -78467,6 +78471,8 @@ self: { testHaskellDepends = [ base containers fingertree hspec ]; description = "A simpler Dijkstra shortest paths implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dimensional" = callPackage @@ -128763,6 +128769,7 @@ self: { ]; description = "Stream Hasql queries with Conduit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-core" = callPackage @@ -128774,6 +128781,7 @@ self: { libraryHaskellDepends = [ base hasql hasql-transaction-io ]; description = "Stream Hasql queries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-example" = callPackage @@ -128798,6 +128806,7 @@ self: { ]; description = "An example program that shows how to use Hasql streams with Rel8"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-pipes" = callPackage @@ -128814,6 +128823,7 @@ self: { ]; description = "Stream Hasql queries with Pipes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-streaming" = callPackage @@ -128830,6 +128840,7 @@ self: { ]; description = "Stream Hasql queries with Streaming"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-streamly" = callPackage @@ -128846,6 +128857,7 @@ self: { ]; description = "Stream Hasql queries with Streamly"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-th" = callPackage