From 127d278775f12b407d4e36ec1ef12cc9b91a1544 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 17:18:31 +0100 Subject: [PATCH] tasty-kat: disable test suite to fix build --- 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 4d30124e452..dd5beb78a08 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -171,6 +171,9 @@ self: super: { # Fails no apparent reason. Upstream has been notified by e-mail. assertions = dontCheck super.assertions; + # https://github.com/vincenthz/tasty-kat/issues/1 + tasty-kat = dontCheck super.tasty-kat; + } // { # Not on Hackage yet.