From 1279bbbc4b6f3420e231619b7badcc043e78f42f Mon Sep 17 00:00:00 2001 From: eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:43:07 +1100 Subject: [PATCH] haskellPackages.{opentracing-*, opentracing, lightstep-haskell}: drop Dropping packages because opentracing is deprecated/archived upstream. --- .../configuration-hackage2nix/main.yaml | 10 ++++++++++ .../configuration-hackage2nix/transitive-broken.yaml | 2 -- pkgs/development/haskell-modules/hackage-packages.nix | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 1d1d63abd4b6..fee48362af39 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -951,3 +951,13 @@ dont-distribute-packages: - persistent-zookeeper # depends on hzk - pocket-dns # depends on persistent-zookeeper - zoovisitor # depends on zookeeper_mt, which depends on openssl-1.1 + + # These packages are deprecated due to the usage of opentracing which is a archived upstream. + - opentracing + - opentracing-wai + - opentracing-jaeger + - opentracing-zipkin-v2 + - opentracing-zipkin-v1 + - opentracing-http-client + - opentracing-zipkin-common + - lightstep-haskell # Lightstep opentracing library. diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 154e3812ff1e..58c2d2c0d477 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -2509,8 +2509,6 @@ dont-distribute-packages: - openssh-github-keys - opentelemetry-lightstep - opentok - - opentracing-jaeger - - opentracing-zipkin-v1 - OpenVG - optimal-blocks - optimusprime diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b7b9353f9ea8..be4181c0ea09 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -501938,6 +501938,7 @@ self: { ]; description = "OpenTracing for Haskell"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -501965,6 +501966,7 @@ self: { ]; description = "OpenTracing instrumentation of http-client"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -502040,6 +502042,7 @@ self: { ]; description = "Middleware adding OpenTracing tracing for WAI applications"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -502063,6 +502066,7 @@ self: { ]; description = "Zipkin OpenTracing Backend Commons"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -502148,6 +502152,7 @@ self: { ]; description = "Zipkin V2 backend for OpenTracing"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { };