haskell-hspec-expectations: disable test suite to break infinite recursion

This commit is contained in:
Peter Simons 2015-09-16 14:26:03 +02:00
parent 8abc91d7a3
commit 4e5c781ac6

View file

@ -28,6 +28,10 @@ self: super: {
hspec_2_1_6 = super.hspec_2_1_6.override { stringbuilder = dontCheck super.stringbuilder; };
hspec_2_1_7 = super.hspec_2_1_7.override { stringbuilder = dontCheck super.stringbuilder; };
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
hspec-expectations_0_6_1 = dontCheck super.hspec-expectations_0_6_1;
hspec-expectations_0_6_1_1 = dontCheck super.hspec-expectations_0_6_1_1;
hspec-expectations_0_7_1 = dontCheck super.hspec-expectations_0_7_1;
hspec-expectations = dontCheck super.hspec-expectations;
HTTP = dontCheck super.HTTP;
mwc-random = dontCheck super.mwc-random;
nanospec = dontCheck super.nanospec;