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:
Dennis Gosnell 2022-01-05 09:26:50 +09:00
parent ba204700bc
commit 747776863c
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
3 changed files with 12 additions and 0 deletions

View File

@ -2109,6 +2109,7 @@ broken-packages:
- heredocs
- her-lexer
- Hermes
- hermes-json
- herms
- hetero-dict
- heterogeneous-list-literals
@ -2869,6 +2870,7 @@ broken-packages:
- libsystemd-daemon
- libtagc
- libxls
- libxlsxwriter-hs
- libxslt
- libyaml-streamly
- lie
@ -4383,6 +4385,7 @@ broken-packages:
- servant-streaming
- servant-to-elm
- servant-tracing
- servant-util-beam-pg
- servant-yaml
- servant-zeppelin
- server-generic

View File

@ -794,6 +794,7 @@ dont-distribute-packages:
- condor
- conductive-hsc3
- conductive-song
- conduit-aeson
- conduit-vfs-zip
- confcrypt
- conferer-provider-dhall
@ -1185,6 +1186,7 @@ dont-distribute-packages:
- funnyprint
- funsat
- fused-effects-squeal
- futhark_0_21_2
- fwgl-glfw
- fwgl-javascript
- fxpak

View File

@ -62797,6 +62797,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Short description";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"conduit-algorithms" = callPackage
@ -131423,6 +131424,8 @@ self: {
];
description = "Fast JSON decoding via simdjson C++ bindings";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hermit" = callPackage
@ -170147,6 +170150,8 @@ self: {
librarySystemDepends = [ xlsxwriter ];
description = "Bindings to libxlsxwriter";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {xlsxwriter = null;};
"libxml" = callPackage
@ -245470,6 +245475,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Implementation of servant-util primitives for beam-postgres";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"servant-validate" = callPackage