haskell-ghc-mod: disable test suite to fix build with GHC 7.8.2

https://github.com/kazu-yamamoto/ghc-mod/issues/242
This commit is contained in:
Peter Simons 2014-05-01 22:56:44 +02:00
parent a77e380454
commit d6dd5688a2

View file

@ -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";