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:
Malte Brandy 2022-05-29 18:58:20 +02:00
parent 9fd1366f68
commit 1563974b36
3 changed files with 4 additions and 10 deletions

View File

@ -4901,6 +4901,7 @@ broken-packages:
- stripeapi - stripeapi
- stripe-core - stripe-core
- stripe-servant - stripe-servant
- strongweak
- structural-traversal - structural-traversal
- structures - structures
- stt - stt

View File

@ -47,7 +47,6 @@ dont-distribute-packages:
- Bitly - Bitly
- BlastHTTP - BlastHTTP
- Blobs - Blobs
- BlogLiterately
- BlogLiterately-diagrams - BlogLiterately-diagrams
- Bookshelf - Bookshelf
- CBOR - CBOR
@ -2621,6 +2620,7 @@ dont-distribute-packages:
- list-witnesses - list-witnesses
- listenbrainz-client - listenbrainz-client
- liszt - liszt
- little-rio_1_0_0
- live-sequencer - live-sequencer
- llvm - llvm
- llvm-analysis - llvm-analysis
@ -3189,7 +3189,6 @@ dont-distribute-packages:
- protobuf-native - protobuf-native
- protocol-buffers-descriptor-fork - protocol-buffers-descriptor-fork
- proton - proton
- psc-ide
- psql - psql
- ptera - ptera
- ptera-core - ptera-core
@ -3202,9 +3201,7 @@ dont-distribute-packages:
- pure-cdb - pure-cdb
- pure-priority-queue-tests - pure-priority-queue-tests
- purenix - purenix
- purescript
- purescript-iso - purescript-iso
- purescript-tsd-gen
- pursuit-client - pursuit-client
- push-notify - push-notify
- push-notify-apn - push-notify-apn
@ -4236,7 +4233,6 @@ dont-distribute-packages:
- yuuko - yuuko
- z85 - z85
- zasni-gerna - zasni-gerna
- zephyr
- zephyr-copilot - zephyr-copilot
- zeromq3-conduit - zeromq3-conduit
- zeromq3-haskell - zeromq3-haskell

View File

@ -2094,7 +2094,6 @@ self: {
executableHaskellDepends = [ base cmdargs ]; executableHaskellDepends = [ base cmdargs ];
description = "A tool for posting Haskelly articles to blogs"; description = "A tool for posting Haskelly articles to blogs";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"BlogLiterately-diagrams" = callPackage "BlogLiterately-diagrams" = callPackage
@ -222931,7 +222930,6 @@ self: {
]; ];
description = "Language support for the PureScript programming language"; description = "Language support for the PureScript programming language";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"pseudo-boolean" = callPackage "pseudo-boolean" = callPackage
@ -223868,7 +223866,6 @@ self: {
doCheck = false; doCheck = false;
description = "PureScript Programming Language Compiler"; description = "PureScript Programming Language Compiler";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"purescript-ast" = callPackage "purescript-ast" = callPackage
@ -223998,7 +223995,6 @@ self: {
]; ];
description = "TypeScript Declaration File (.d.ts) generator for PureScript"; description = "TypeScript Declaration File (.d.ts) generator for PureScript";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"pursuit-client" = callPackage "pursuit-client" = callPackage
@ -263791,6 +263787,8 @@ self: {
]; ];
description = "Convert between strong and weak representations of types"; description = "Convert between strong and weak representations of types";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"strptime" = callPackage "strptime" = callPackage
@ -306086,7 +306084,6 @@ self: {
testToolDepends = [ purescript ]; testToolDepends = [ purescript ];
description = "Zephyr, tree-shaking for the PureScript language"; description = "Zephyr, tree-shaking for the PureScript language";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"zephyr-copilot" = callPackage "zephyr-copilot" = callPackage