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:
(cdep)illabout 2021-09-11 11:06:56 +09:00
parent fa5fe8e5f5
commit 865be33dfa
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
3 changed files with 12 additions and 5 deletions

View File

@ -1105,6 +1105,7 @@ broken-packages:
- docvim
- dominion
- domplate
- dormouse-uri
- do-spaces
- dotfs
- dot-linker
@ -4200,6 +4201,7 @@ broken-packages:
- servant-auth-hmac
- servant-auth-token-api
- servant-avro
- servant-benchmark
- servant-client-js
- servant-db
- servant-dhall

View File

@ -962,15 +962,14 @@ dont-distribute-packages:
- distribution-plot
- dixi
- dl-fedora
- dl-fedora_0_9_1
- dmenu-pkill
- dmenu-pmount
- dmenu-search
- doc-review
- doi
- domain
- domain-core
- domain-optics
- dormouse-client
- dow
- download-media-content
- dph-examples
@ -1125,6 +1124,7 @@ dont-distribute-packages:
- formlets-hsp
- forth-hll
- fortran-src-extras
- fortran-vars
- foscam-directory
- foscam-sort
- fp-ieee
@ -1907,6 +1907,7 @@ dont-distribute-packages:
- layouting
- lazy-hash
- lazy-hash-cache
- ldap-scim-bridge
- ldapply
- leaky
- lean
@ -3196,7 +3197,6 @@ dont-distribute-packages:
- wheb-strapped
- whitespace
- wikipedia4epub
- windowslive
- winio
- wl-pprint-ansiterm
- wl-pprint-terminfo

View File

@ -79686,7 +79686,6 @@ self: {
];
description = "Automatic Bibtex and fulltext of scientific articles";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"doldol" = callPackage
@ -79929,6 +79928,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Simple, type-safe and testable HTTP client";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dormouse-uri" = callPackage
@ -79953,6 +79953,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Library for type-safe representations of Uri/Urls";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"dot" = callPackage
@ -96098,6 +96100,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Fortran memory model and other static analysis tools";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"fortytwo" = callPackage
@ -162656,6 +162659,7 @@ self: {
];
description = "See README for synopsis";
license = lib.licenses.agpl3Plus;
hydraPlatforms = lib.platforms.none;
}) {};
"ldapply" = callPackage
@ -236493,6 +236497,8 @@ self: {
];
description = "Generate benchmark files from a Servant API";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"servant-blaze" = callPackage
@ -286734,7 +286740,6 @@ self: {
];
description = "Implements Windows Live Web Authentication and Delegated Authentication";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"winerror" = callPackage