From d6dd5688a25b913095117f4113168c145d43a890 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 May 2014 22:56:44 +0200 Subject: [PATCH] haskell-ghc-mod: disable test suite to fix build with GHC 7.8.2 https://github.com/kazu-yamamoto/ghc-mod/issues/242 --- pkgs/development/libraries/haskell/ghc-mod/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix index f087511eb8c..a4c576999bd 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/default.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix @@ -33,6 +33,7 @@ cabal.mkDerivation (self: { EOF chmod +x $out/bin/ghc-mod ''; + doCheck = false; meta = { homepage = "http://www.mew.org/~kazu/proj/ghc-mod/"; description = "Happy Haskell Programming";