From bd0f541dbbcb010207a6be1aedba67063c7f994b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Dec 2017 13:18:23 +0100 Subject: [PATCH] haskell-colour: disable test suite to avoid infinite recursion --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 8146674a943..4ad0663600a 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -506,5 +506,6 @@ self: super: builtins.intersectAttrs super { # Break cyclic reference that results in an infinite recursion. partial-semigroup = dontCheck super.partial-semigroup; + colour = dontCheck super.colour; }