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