From 4e5c781ac6c95acea77e93d98433bdbb4560ff9c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 14:26:03 +0200 Subject: [PATCH] haskell-hspec-expectations: disable test suite to break infinite recursion --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cf455b7f896..55147eb13d9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;