From 382a5b73285812646a6dc07adcd226a21e9fecc9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 Oct 2015 15:59:23 +0200 Subject: [PATCH] haskell-clock: 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 c3b923eec5a8..f95b0d338bd0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -18,6 +18,7 @@ self: super: { ghc-paths = appendPatch super.ghc-paths ./patches/ghc-paths-nix.patch; # Break infinite recursions. + clock = dontCheck super.clock; Dust-crypto = dontCheck super.Dust-crypto; hasql-postgres = dontCheck super.hasql-postgres; hspec_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };