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
9fd1366f68
commit
1563974b36
@ -4901,6 +4901,7 @@ broken-packages:
|
||||
- stripeapi
|
||||
- stripe-core
|
||||
- stripe-servant
|
||||
- strongweak
|
||||
- structural-traversal
|
||||
- structures
|
||||
- stt
|
||||
|
@ -47,7 +47,6 @@ dont-distribute-packages:
|
||||
- Bitly
|
||||
- BlastHTTP
|
||||
- Blobs
|
||||
- BlogLiterately
|
||||
- BlogLiterately-diagrams
|
||||
- Bookshelf
|
||||
- CBOR
|
||||
@ -2621,6 +2620,7 @@ dont-distribute-packages:
|
||||
- list-witnesses
|
||||
- listenbrainz-client
|
||||
- liszt
|
||||
- little-rio_1_0_0
|
||||
- live-sequencer
|
||||
- llvm
|
||||
- llvm-analysis
|
||||
@ -3189,7 +3189,6 @@ dont-distribute-packages:
|
||||
- protobuf-native
|
||||
- protocol-buffers-descriptor-fork
|
||||
- proton
|
||||
- psc-ide
|
||||
- psql
|
||||
- ptera
|
||||
- ptera-core
|
||||
@ -3202,9 +3201,7 @@ dont-distribute-packages:
|
||||
- pure-cdb
|
||||
- pure-priority-queue-tests
|
||||
- purenix
|
||||
- purescript
|
||||
- purescript-iso
|
||||
- purescript-tsd-gen
|
||||
- pursuit-client
|
||||
- push-notify
|
||||
- push-notify-apn
|
||||
@ -4236,7 +4233,6 @@ dont-distribute-packages:
|
||||
- yuuko
|
||||
- z85
|
||||
- zasni-gerna
|
||||
- zephyr
|
||||
- zephyr-copilot
|
||||
- zeromq3-conduit
|
||||
- zeromq3-haskell
|
||||
|
@ -2094,7 +2094,6 @@ self: {
|
||||
executableHaskellDepends = [ base cmdargs ];
|
||||
description = "A tool for posting Haskelly articles to blogs";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"BlogLiterately-diagrams" = callPackage
|
||||
@ -222931,7 +222930,6 @@ self: {
|
||||
];
|
||||
description = "Language support for the PureScript programming language";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pseudo-boolean" = callPackage
|
||||
@ -223868,7 +223866,6 @@ self: {
|
||||
doCheck = false;
|
||||
description = "PureScript Programming Language Compiler";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"purescript-ast" = callPackage
|
||||
@ -223998,7 +223995,6 @@ self: {
|
||||
];
|
||||
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pursuit-client" = callPackage
|
||||
@ -263791,6 +263787,8 @@ self: {
|
||||
];
|
||||
description = "Convert between strong and weak representations of types";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"strptime" = callPackage
|
||||
@ -306086,7 +306084,6 @@ self: {
|
||||
testToolDepends = [ purescript ];
|
||||
description = "Zephyr, tree-shaking for the PureScript language";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"zephyr-copilot" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user