haskellPackages.{opentracing-*, opentracing, lightstep-haskell}: drop (#499983)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -2483,8 +2483,6 @@ dont-distribute-packages:
|
||||
- openssh-github-keys
|
||||
- opentelemetry-lightstep
|
||||
- opentok
|
||||
- opentracing-jaeger
|
||||
- opentracing-zipkin-v1
|
||||
- OpenVG
|
||||
- optimal-blocks
|
||||
- optimusprime
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user