From 747776863cd077b0e5171eac1dd2637db9acea14 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 5 Jan 2022 09:26:50 +0900 Subject: [PATCH] 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 | 2 ++ pkgs/development/haskell-modules/hackage-packages.nix | 7 +++++++ 3 files changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index d2f64dbbbaa0..e5aaf87f41c1 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2109,6 +2109,7 @@ broken-packages: - heredocs - her-lexer - Hermes + - hermes-json - herms - hetero-dict - heterogeneous-list-literals @@ -2869,6 +2870,7 @@ broken-packages: - libsystemd-daemon - libtagc - libxls + - libxlsxwriter-hs - libxslt - libyaml-streamly - lie @@ -4383,6 +4385,7 @@ broken-packages: - servant-streaming - servant-to-elm - servant-tracing + - servant-util-beam-pg - servant-yaml - servant-zeppelin - server-generic diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 8b87784cb595..1c22d7fcb640 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -794,6 +794,7 @@ dont-distribute-packages: - condor - conductive-hsc3 - conductive-song + - conduit-aeson - conduit-vfs-zip - confcrypt - conferer-provider-dhall @@ -1185,6 +1186,7 @@ dont-distribute-packages: - funnyprint - funsat - fused-effects-squeal + - futhark_0_21_2 - fwgl-glfw - fwgl-javascript - fxpak diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 8d79fde29b06..99d733d1384f 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -62797,6 +62797,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Short description"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "conduit-algorithms" = callPackage @@ -131423,6 +131424,8 @@ self: { ]; description = "Fast JSON decoding via simdjson C++ bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hermit" = callPackage @@ -170147,6 +170150,8 @@ self: { librarySystemDepends = [ xlsxwriter ]; description = "Bindings to libxlsxwriter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xlsxwriter = null;}; "libxml" = callPackage @@ -245470,6 +245475,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of servant-util primitives for beam-postgres"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-validate" = callPackage