From 0838eabbeaf810fc849e8bce83f8dd69d2ef2633 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 15:19:24 +0200 Subject: [PATCH] haskell-nanospec: disable tests to break infinite recursion --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f8f968eefda..a7a3b2ed1bf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -35,6 +35,7 @@ self: super: { HTTP = dontCheck super.HTTP; mwc-random = dontCheck super.mwc-random; nanospec = dontCheck super.nanospec; + nanospec_0_2_0 = dontCheck super.nanospec_0_2_0; options_1_2_1 = dontCheck super.options_1_2_1; options_1_2 = dontCheck super.options_1_2; options = dontCheck super.options;