summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-16 15:46:59 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:52 +0200
commit90954445a19f985a471994533be155eac99c1b8a (patch)
treef8b392afc84f4bf723bacd9d04c1492a1e6a7fa7 /pkgs/development/haskell-modules/configuration-common.nix
parentf7f1984589f65ad4d7f8e02259890d2cfffea2ff (diff)
downloadnixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar.gz
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar.bz2
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar.lz
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar.xz
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.tar.zst
nixpkgs-90954445a19f985a471994533be155eac99c1b8a.zip
haskell-mwc-random: disable test suite to break infinite recursion
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a7a3b2ed1bf..a91a418bc4e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -33,9 +33,11 @@ self: super: {
   hspec-expectations = dontCheck super.hspec-expectations;
   hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
   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;
-  nanospec = dontCheck super.nanospec;
   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 = dontCheck super.options_1_2;
   options = dontCheck super.options;