haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
parent
77dcdbb46c
commit
f1f7144df4
3 changed files with 23 additions and 0 deletions
|
@ -357,6 +357,7 @@ broken-packages:
|
|||
- binary-communicator
|
||||
- binary-derive
|
||||
- binary-ext
|
||||
- binary-generic-combinators
|
||||
- binary-indexed-tree
|
||||
- binary-protocol
|
||||
- binary-tree
|
||||
|
@ -2780,6 +2781,7 @@ broken-packages:
|
|||
- kangaroo
|
||||
- karabiner-config
|
||||
- katip-datadog
|
||||
- katip-elasticsearch
|
||||
- katip-kafka
|
||||
- katip-logzio
|
||||
- katip-scalyr-scribe
|
||||
|
@ -3332,6 +3334,7 @@ broken-packages:
|
|||
- msgpack
|
||||
- msgpack-binary
|
||||
- msgpack-persist
|
||||
- msgpack-types
|
||||
- msh
|
||||
- msi-kb-backlit
|
||||
- MTGBuilder
|
||||
|
@ -3597,6 +3600,7 @@ broken-packages:
|
|||
- open-signals
|
||||
- opensoundcontrol-ht
|
||||
- openssh-protocol
|
||||
- opentelemetry-extra
|
||||
- opentelemetry-http-client
|
||||
- opentheory-char
|
||||
- opentok
|
||||
|
@ -4333,6 +4337,7 @@ broken-packages:
|
|||
- robin
|
||||
- robots-txt
|
||||
- roc-cluster
|
||||
- roc-id
|
||||
- roku-api
|
||||
- rollbar-client
|
||||
- rollbar-hs
|
||||
|
|
|
@ -2811,9 +2811,11 @@ dont-distribute-packages:
|
|||
- mptcp-pm
|
||||
- mptcpanalyzer
|
||||
- msgpack-aeson
|
||||
- msgpack-arbitrary
|
||||
- msgpack-idl
|
||||
- msgpack-rpc
|
||||
- msgpack-rpc-conduit
|
||||
- msgpack-testsuite
|
||||
- mtgoxapi
|
||||
- mu-avro
|
||||
- mu-graphql
|
||||
|
@ -2965,6 +2967,8 @@ dont-distribute-packages:
|
|||
- openpgp-Crypto
|
||||
- openpgp-crypto-api
|
||||
- openssh-github-keys
|
||||
- opentelemetry-lightstep
|
||||
- opentelemetry-lightstep_0_8_0
|
||||
- optima-for-hasql
|
||||
- optimal-blocks
|
||||
- optimusprime
|
||||
|
|
|
@ -41656,6 +41656,8 @@ self: {
|
|||
];
|
||||
description = "Combinators and utilities to make Generic-based deriving of Binary easier and more expressive";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"binary-ieee754" = callPackage
|
||||
|
@ -161104,6 +161106,8 @@ self: {
|
|||
];
|
||||
description = "ElasticSearch scribe for the Katip logging framework";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"katip-kafka" = callPackage
|
||||
|
@ -187795,6 +187799,7 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "A Haskell implementation of MessagePack";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"msgpack-binary" = callPackage
|
||||
|
@ -187936,6 +187941,7 @@ self: {
|
|||
testHaskellDepends = [ base hspec ];
|
||||
description = "A Haskell implementation of MessagePack";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"msgpack-types" = callPackage
|
||||
|
@ -187960,6 +187966,8 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "A Haskell implementation of MessagePack";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"msh" = callPackage
|
||||
|
@ -199879,6 +199887,8 @@ self: {
|
|||
testToolDepends = [ tasty-discover ];
|
||||
benchmarkHaskellDepends = [ base opentelemetry tasty-bench ];
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-extra_0_8_0" = callPackage
|
||||
|
@ -199916,6 +199926,7 @@ self: {
|
|||
benchmarkHaskellDepends = [ base opentelemetry tasty-bench ];
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-http-client" = callPackage
|
||||
|
@ -199957,6 +199968,7 @@ self: {
|
|||
splitmix text typed-process unordered-containers
|
||||
];
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-lightstep_0_8_0" = callPackage
|
||||
|
@ -234558,6 +234570,8 @@ self: {
|
|||
];
|
||||
description = "Implementation of the ROC National ID standard";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rock" = callPackage
|
||||
|
|
Loading…
Reference in a new issue