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-07-17 11:04:51 +09:00
parent e9ca8c2796
commit f3d08d4b91
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 580 additions and 565 deletions

View file

@ -1092,6 +1092,7 @@ broken-packages:
- doctest-prop
- docusign-example
- docvim
- dominion
- domplate
- do-spaces
- dotfs
@ -2208,6 +2209,7 @@ broken-packages:
- Hricket
- hs2bf
- hs2ps
- hsakamai
- hsaml2
- hsay
- hsbc
@ -4758,6 +4760,7 @@ broken-packages:
- thrift
- Thrift
- throttled-io-loop
- throwable-exceptions
- th-sccs
- th-tc
- th-to-exp
@ -4802,6 +4805,7 @@ broken-packages:
- Titim
- tkhs
- tkyprof
- tmp-postgres
- todo
- tofromxml
- to-haskell

View file

@ -78799,6 +78799,8 @@ self: {
testHaskellDepends = [ base containers hspec lens mtl random ];
description = "A simulator for the board game Dominion";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"domplate" = callPackage
@ -122444,6 +122446,7 @@ self: {
];
description = "A PostgreSQL backed queue";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-simple" = callPackage
@ -135599,6 +135602,8 @@ self: {
];
description = "Akamai API(Edgegrid and Netstorage)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hsaml2" = callPackage
@ -261799,6 +261804,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "throwable-exceptions gives the easy way to throw exceptions";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"thumbnail" = callPackage
@ -263784,6 +263791,8 @@ self: {
];
description = "Start and stop a temporary postgres";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"tmpl" = callPackage