From d2c7b78cbf30dc7c7e93f3431a8dd6678ed3c5a4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 16:29:54 +0100 Subject: [PATCH] haskell-permutation: disable test suite The build uses QuickCheck, but doesn't declare it as a dependency. I tried adding QuickCheck to the list, but then it wouldn't compile with the latest version. Duh. Seems unmaintained to me. --- 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 abe2ed369794..28eb502ceed7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -159,6 +159,9 @@ self: super: { sed -i -e 's|/usr/bin/zip|${pkgs.zip}/bin/zip|' "tests/"*.hs ''; }); + # Upstream notified by e-mail. + permutation = dontCheck super.permutation; + } // { # Not on Hackage yet.