From 4bf92d39c006b1d4c9c2940f0ee8130809a821ad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 14:46:42 +0200 Subject: [PATCH] haskell-options: disable test suite to break infinite recursion --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 55147eb13d90..f8f968eefdae 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -27,14 +27,16 @@ self: super: { hspec_2_1_5 = super.hspec_2_1_5.override { stringbuilder = dontCheck super.stringbuilder; }; 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_6_1 = dontCheck super.hspec-expectations_0_6_1; hspec-expectations_0_7_1 = dontCheck super.hspec-expectations_0_7_1; hspec-expectations = dontCheck super.hspec-expectations; + hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; }; HTTP = dontCheck super.HTTP; mwc-random = dontCheck super.mwc-random; nanospec = dontCheck super.nanospec; + options_1_2_1 = dontCheck super.options_1_2_1; + options_1_2 = dontCheck super.options_1_2; options = dontCheck super.options; statistics = dontCheck super.statistics; text_1_1_1_3 = dontCheck super.text_1_1_1_3;