haskellPackages.{opentracing-*, opentracing, lightstep-haskell}: drop
Dropping packages because opentracing is deprecated/archived upstream.
This commit is contained in:
committed by
sternenseemann
parent
ce6582e170
commit
1279bbbc4b
@@ -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.
|
||||
|
||||
@@ -2509,8 +2509,6 @@ dont-distribute-packages:
|
||||
- openssh-github-keys
|
||||
- opentelemetry-lightstep
|
||||
- opentok
|
||||
- opentracing-jaeger
|
||||
- opentracing-zipkin-v1
|
||||
- OpenVG
|
||||
- optimal-blocks
|
||||
- optimusprime
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user