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
e9ca8c2796
commit
f3d08d4b91
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user