haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1791397](https://hydra.nixos.org/eval/1791397) of nixpkgs commit [81d5cb1](81d5cb1550) as of 2023-02-28 23:50 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
sternenseemann 2023-03-01 00:55:47 +01:00
parent 81d5cb1550
commit 98f52356e8
3 changed files with 9 additions and 23 deletions

View file

@ -1420,6 +1420,7 @@ broken-packages:
- exinst
- exists
- exitcode
- exon # dependency missing in job https://hydra.nixos.org/build/210848638 at 2023-02-28
- exp-cache
- exp-extended
- explain
@ -4290,6 +4291,7 @@ broken-packages:
- quickbooks
- quickcheck-arbitrary-template
- quickcheck-groups
- quickcheck-lockstep # dependency missing in job https://hydra.nixos.org/build/210845914 at 2023-02-28
- quickcheck-monoid-subclasses
- quickcheck-property-comb
- quickcheck-property-monad
@ -4913,8 +4915,8 @@ broken-packages:
- snaplet-typed-sessions
- snap-loader-dynamic
- snap-predicates
- snappy-iteratee
- snappy-conduit
- snappy-iteratee
- snap-routes
- snap-stream
- snap-testing

View file

@ -865,7 +865,6 @@ dont-distribute-packages:
- bronyradiogermany-streaming
- btc-lsp
- btree
- btree-concurrent
- buchhaltung
- buildbox-tools
- buildwrapper
@ -2460,7 +2459,6 @@ dont-distribute-packages:
- jvm
- jvm-batching
- jvm-streaming
- kafka-client
- kafka-device
- kafka-device-glut
- kafka-device-joystick
@ -3228,7 +3226,6 @@ dont-distribute-packages:
- qtah-qt5
- quantfin
- quantum-random
- qudb
- queryparser
- queryparser-demo
- queryparser-hive
@ -3405,6 +3402,7 @@ dont-distribute-packages:
- rfc-psql
- rfc-redis
- rfc-servant
- rhine-bayes
- rhine-gloss
- rhine-terminal
- rhythm-game-tutorial
@ -3666,10 +3664,6 @@ dont-distribute-packages:
- snaplet-stripe
- snaplet-tasks
- snaplet-wordpress
- snappy-conduit
- snappy-framing
- snappy-iteratee
- snappy-lazy
- sndfile-enumerators
- sneakyterm
- sneathlane-haste
@ -3875,11 +3869,6 @@ dont-distribute-packages:
- temporal-csound
- ten-lens
- ten-unordered-containers
- tensorflow-core-ops
- tensorflow-logging
- tensorflow-ops
- tensorflow-records
- tensorflow-records-conduit
- terminal-text
- terrahs
- test-sandbox-compose

View file

@ -49661,7 +49661,6 @@ self: {
];
description = "A backend agnostic, concurrent BTree";
license = "LGPL";
hydraPlatforms = lib.platforms.none;
}) {};
"btrfs" = callPackage
@ -95179,6 +95178,8 @@ self: {
benchmarkHaskellDepends = [ base criterion incipit-base ];
description = "Customizable Quasiquote Interpolation";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"exotic-list-monads" = callPackage
@ -169185,7 +169186,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Low-level Haskell client library for Apache Kafka 0.7.";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"kafka-client-sync" = callPackage
@ -235352,7 +235352,6 @@ self: {
executableToolDepends = [ alex happy ];
description = "Quite Useless DB";
license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "qudb";
}) {};
@ -235895,6 +235894,8 @@ self: {
];
description = "Library for lockstep-style testing with 'quickcheck-dynamic'";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"quickcheck-monoid-subclasses" = callPackage
@ -246360,6 +246361,7 @@ self: {
];
description = "monad-bayes backend for Rhine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "rhine-bayes-gloss";
}) {};
@ -267040,7 +267042,6 @@ self: {
libraryHaskellDepends = [ array base binary bytestring snappy ];
description = "Snappy Framing Format in Haskell";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"snappy-iteratee" = callPackage
@ -267068,7 +267069,6 @@ self: {
];
description = "Lazy bytestring compression and decompression";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"sndfile-enumerators" = callPackage
@ -284212,7 +284212,6 @@ self: {
];
description = "Haskell wrappers for Core Tensorflow Ops";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tensorflow-logging" = callPackage
@ -284241,7 +284240,6 @@ self: {
];
description = "TensorBoard related functionality";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tensorflow-mnist" = callPackage
@ -284324,7 +284322,6 @@ self: {
];
description = "Friendly layer around TensorFlow bindings";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tensorflow-proto" = callPackage
@ -284358,7 +284355,6 @@ self: {
];
description = "Encoder and decoder for the TensorFlow \"TFRecords\" format";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tensorflow-records-conduit" = callPackage
@ -284375,7 +284371,6 @@ self: {
];
description = "Conduit wrappers for TensorFlow.Records.";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"tensorflow-test" = callPackage