haskell-js-flot: disable test suite to break infinite evaluation cycle
This commit is contained in:
parent
0358bc066f
commit
ddb6d70051
@ -530,6 +530,9 @@ self: super: builtins.intersectAttrs super {
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Break infinite recursion cycle with criterion and network-uri.
|
||||||
|
js-flot = dontCheck super.js-flot;
|
||||||
|
|
||||||
# Break infinite recursion cycle between QuickCheck and splitmix.
|
# Break infinite recursion cycle between QuickCheck and splitmix.
|
||||||
splitmix = dontCheck super.splitmix;
|
splitmix = dontCheck super.splitmix;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user