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:
Joe Hermaszewski 2021-07-02 18:35:55 +08:00
parent 3384fece44
commit 93e565b717
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
3 changed files with 10 additions and 0 deletions

View File

@ -2965,6 +2965,7 @@ broken-packages:
- mi
- miconix-test
- microbase
- microformats2-parser
- microgroove
- microlens-each
- micrologger
@ -3982,6 +3983,7 @@ broken-packages:
- reversi
- ReviewBoard
- rewrite-inspector
- rfc
- rfc-prelude
- rhbzquery
- ribbit

View File

@ -721,6 +721,7 @@ dont-distribute-packages:
- clash-verilog
- clash-vhdl
- classify-frog
- classy-miso
- clckwrks
- clckwrks-cli
- clckwrks-dot-com
@ -1723,6 +1724,7 @@ dont-distribute-packages:
- indentation-parsec
- indentation-trifecta
- indexation
- indieweb-algorithms
- infernu
- inline-java
- inspector-wrecker

View File

@ -55738,6 +55738,7 @@ self: {
testHaskellDepends = [ base miso rfc ];
description = "Typeclass based support for Miso, the Tasty Web Framework for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"classy-parallel" = callPackage
@ -147290,6 +147291,7 @@ self: {
];
description = "A collection of implementations of IndieWeb algorithms";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"indigo" = callPackage
@ -173802,6 +173804,8 @@ self: {
];
description = "A Microformats 2 parser";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"microformats2-types" = callPackage
@ -223212,6 +223216,8 @@ self: {
];
description = "Robert Fischer's Common library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"rfc-env" = callPackage