summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-16 14:26:03 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:51 +0200
commit4e5c781ac6c95acea77e93d98433bdbb4560ff9c (patch)
tree542bbc199105658d74727b0512a6849a1ad4e76d
parent8abc91d7a34e5713d8d8098e3abe306abd4c2995 (diff)
downloadnixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar.gz
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar.bz2
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar.lz
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar.xz
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.tar.zst
nixpkgs-4e5c781ac6c95acea77e93d98433bdbb4560ff9c.zip
haskell-hspec-expectations: disable test suite to break infinite recursion
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
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;