From bae95790ffc5782b644ac810e369eb33dc0716b8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 11:46:34 +0100 Subject: [PATCH] haskell-threads: disable test suite to avoid intermittent failures --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c273db7884b4..5d2176e0bd25 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -435,6 +435,9 @@ self: super: { # https://github.com/d12frosted/CanonicalPath/issues/3 system-canonicalpath = dontCheck super.system-canonicalpath; + # https://github.com/basvandijk/threads/issues/10 + threads = dontCheck super.threads; + } // { # Not on Hackage.