From 32fb6ed5e392f3a7ad23578cfea75a78ae0ee4c9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 23 Mar 2013 17:00:11 +0100 Subject: pkgs/build-support/cabal: disable doCheck by default on GHC 7.0.x platforms Trying to run the unit tests with GHC 7.0.4 causes so many builds to fail that it's probably not worth-while. --- pkgs/build-support/cabal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support/cabal') diff --git a/pkgs/build-support/cabal/default.nix b/pkgs/build-support/cabal/default.nix index c1b8d6d5fea..d4c823f4a84 100644 --- a/pkgs/build-support/cabal/default.nix +++ b/pkgs/build-support/cabal/default.nix @@ -92,7 +92,7 @@ # pass the '--enable-tests' flag to cabal in the configure stage # and run any regression test suites the package might have - doCheck = stdenv.lib.versionOlder "7" ghc.ghcVersion; + doCheck = stdenv.lib.versionOlder "7.4" ghc.ghcVersion; extraConfigureFlags = [ (stdenv.lib.enableFeature enableLibraryProfiling "library-profiling") -- cgit 1.4.1