disable tests for haskellngPackages.http-streams since it doesn't include test modules
This commit is contained in:
parent
8495c101dc
commit
2d54eb7693
|
@ -521,6 +521,9 @@ self: super: {
|
||||||
# https://github.com/osa1/language-lua/issues/14
|
# https://github.com/osa1/language-lua/issues/14
|
||||||
language-lua = dontCheck super.language-lua;
|
language-lua = dontCheck super.language-lua;
|
||||||
|
|
||||||
|
# https://github.com/afcowie/http-streams/issues/80
|
||||||
|
http-streams = dontCheck super.http-streams;
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
# Not on Hackage.
|
# Not on Hackage.
|
||||||
|
|
Loading…
Reference in New Issue