haskellPackages: update list of transitively broken packages
This commit is contained in:
parent
6749674284
commit
b80cd731ef
2 changed files with 0 additions and 8 deletions
|
@ -2241,7 +2241,6 @@ dont-distribute-packages:
|
||||||
- nomyx-language
|
- nomyx-language
|
||||||
- nomyx-library
|
- nomyx-library
|
||||||
- nomyx-server
|
- nomyx-server
|
||||||
- notifications-tray-icon
|
|
||||||
- notmuch-haskell
|
- notmuch-haskell
|
||||||
- notmuch-web
|
- notmuch-web
|
||||||
- numeric-ode
|
- numeric-ode
|
||||||
|
@ -2275,8 +2274,6 @@ dont-distribute-packages:
|
||||||
- openpgp-Crypto
|
- openpgp-Crypto
|
||||||
- openpgp-crypto-api
|
- openpgp-crypto-api
|
||||||
- openssh-github-keys
|
- openssh-github-keys
|
||||||
- opentracing-jaeger
|
|
||||||
- opentracing-zipkin-v1
|
|
||||||
- optima-for-hasql
|
- optima-for-hasql
|
||||||
- optimal-blocks
|
- optimal-blocks
|
||||||
- optimusprime
|
- optimusprime
|
||||||
|
@ -2729,7 +2726,6 @@ dont-distribute-packages:
|
||||||
- servant-ede
|
- servant-ede
|
||||||
- servant-event-stream
|
- servant-event-stream
|
||||||
- servant-examples
|
- servant-examples
|
||||||
- servant-github-webhook
|
|
||||||
- servant-http2-client
|
- servant-http2-client
|
||||||
- servant-matrix-param
|
- servant-matrix-param
|
||||||
- servant-polysemy
|
- servant-polysemy
|
||||||
|
|
|
@ -197108,7 +197108,6 @@ self: {
|
||||||
platforms = [
|
platforms = [
|
||||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||||
];
|
];
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"notmuch" = callPackage
|
"notmuch" = callPackage
|
||||||
|
@ -201236,7 +201235,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Jaeger backend for OpenTracing";
|
description = "Jaeger backend for OpenTracing";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"opentracing-wai" = callPackage
|
"opentracing-wai" = callPackage
|
||||||
|
@ -201278,7 +201276,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Zipkin V1 backend for OpenTracing";
|
description = "Zipkin V1 backend for OpenTracing";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"opentracing-zipkin-v2" = callPackage
|
"opentracing-zipkin-v2" = callPackage
|
||||||
|
@ -244125,7 +244122,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Servant combinators to facilitate writing GitHub webhooks";
|
description = "Servant combinators to facilitate writing GitHub webhooks";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"servant-haxl-client" = callPackage
|
"servant-haxl-client" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue