From 7c4b5a896f4b863af3284538d2cbce060671990f Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Sat, 10 Sep 2022 17:59:35 +0800 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 | 6 ++++++ .../transitive-broken.yaml | 2 +- .../haskell-modules/hackage-packages.nix | 16 +++++++++++++--- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index ccf0fbf8b7f0..b2a861d53cea 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -70,6 +70,7 @@ broken-packages: - aeson-bson - aeson-decode - aeson-default + - aeson-dependent-sum - aeson-deriving - aeson-diff-generic - aeson-filthy @@ -1144,6 +1145,7 @@ broken-packages: - djinn-th - dmcc - dmenu + - dns-patterns - dnsrbl - dnssd - dobutok @@ -2419,6 +2421,7 @@ broken-packages: - hsns - hsntp - hs-openmoji-data + - hs-opentelemetry-instrumentation-hspec - hsoptions - hsoz - hsparql @@ -4065,6 +4068,7 @@ broken-packages: - proxy-mapping - psc-ide - pseudo-trie + - psx - PTQ - publicsuffix - publicsuffixlistcreate @@ -5064,6 +5068,7 @@ broken-packages: - text-ascii - text-builder-linear - text-containers + - text-display - text-format-heavy - text-generic-pretty - text-icu-normalized @@ -5194,6 +5199,7 @@ broken-packages: - tracetree - tracked-files - tracker + - trackit - traction - tracy - traildb diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 0a5cc001f8a5..cc89d688c218 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -1332,7 +1332,6 @@ dont-distribute-packages: - ethereum-client-haskell - ethereum-merkle-patricia-db - euphoria - - evdev-streamly - eve-cli - event-monad - eventful-dynamodb @@ -2184,6 +2183,7 @@ dont-distribute-packages: - hsx-jmacro - hsx-xhtml - html-kure + - html-parse-util - htoml-parse - hts - htsn-import diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index bef20b79c003..4915fb10e6be 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -25594,6 +25594,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "JSON encoding/decoding for dependent-sum"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-deriving" = callPackage @@ -83504,6 +83506,8 @@ self: { testHaskellDepends = [ attoparsec base bytestring HUnit text ]; description = "DNS name parsing and pattern matching utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dnscache" = callPackage @@ -92908,7 +92912,6 @@ self: { ]; description = "Bridge for working with evdev and streamly"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "eve" = callPackage @@ -136240,9 +136243,7 @@ self: { testSystemDepends = [ secp256k1 ]; description = "Ethereum virtual machine evaluator"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; mainProgram = "hevm"; - broken = true; }) {inherit (pkgs) libff; inherit (pkgs) secp256k1;}; "hevolisa" = callPackage @@ -145849,6 +145850,8 @@ self: { unliftio vault ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-opentelemetry-instrumentation-http-client" = callPackage @@ -151478,6 +151481,7 @@ self: { libraryHaskellDepends = [ attoparsec base html-parse text ]; description = "Utility functions for working with html-parse"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "html-presentation-text" = callPackage @@ -229824,6 +229828,8 @@ self: { testHaskellDepends = [ async base tasty tasty-hunit ]; description = "Integrate @libpsx@ with the GHC RTS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ptera" = callPackage @@ -281267,6 +281273,8 @@ self: { ]; description = "A typeclass for user-facing output"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-format" = callPackage @@ -287525,7 +287533,9 @@ self: { ]; description = "A command-line tool for live monitoring"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "trackit"; + broken = true; }) {}; "traction" = callPackage