mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
haskell-mwc-random: disable test suite to break infinite recursion
This commit is contained in:
parent
f7f1984589
commit
90954445a1
@ -33,9 +33,11 @@ self: super: {
|
|||||||
hspec-expectations = dontCheck super.hspec-expectations;
|
hspec-expectations = dontCheck super.hspec-expectations;
|
||||||
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
|
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
|
||||||
HTTP = dontCheck super.HTTP;
|
HTTP = dontCheck super.HTTP;
|
||||||
|
mwc-random_0_13_2_2 = dontCheck super.mwc-random_0_13_2_2;
|
||||||
|
mwc-random_0_13_3_0 = dontCheck super.mwc-random_0_13_3_0;
|
||||||
mwc-random = dontCheck super.mwc-random;
|
mwc-random = dontCheck super.mwc-random;
|
||||||
nanospec = dontCheck super.nanospec;
|
|
||||||
nanospec_0_2_0 = dontCheck super.nanospec_0_2_0;
|
nanospec_0_2_0 = dontCheck super.nanospec_0_2_0;
|
||||||
|
nanospec = dontCheck super.nanospec;
|
||||||
options_1_2_1 = dontCheck super.options_1_2_1;
|
options_1_2_1 = dontCheck super.options_1_2_1;
|
||||||
options_1_2 = dontCheck super.options_1_2;
|
options_1_2 = dontCheck super.options_1_2;
|
||||||
options = dontCheck super.options;
|
options = dontCheck super.options;
|
||||||
|
Loading…
Reference in New Issue
Block a user