diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 01bf37dc2022..32ecc69f0ead 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -962,3 +962,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 9f3030b10a27..d7b21b47e637 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -2483,8 +2483,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 f4da8cd0586e..f2668981f80e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -506020,6 +506020,7 @@ self: { ]; description = "OpenTracing for Haskell"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -506047,6 +506048,7 @@ self: { ]; description = "OpenTracing instrumentation of http-client"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -506122,6 +506124,7 @@ self: { ]; description = "Middleware adding OpenTracing tracing for WAI applications"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -506145,6 +506148,7 @@ self: { ]; description = "Zipkin OpenTracing Backend Commons"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { }; @@ -506230,6 +506234,7 @@ self: { ]; description = "Zipkin V2 backend for OpenTracing"; license = lib.licensesSpdx."Apache-2.0"; + hydraPlatforms = lib.platforms.none; } ) { };