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:
parent
a77e380454
commit
d6dd5688a2
@ -33,6 +33,7 @@ cabal.mkDerivation (self: {
|
|||||||
EOF
|
EOF
|
||||||
chmod +x $out/bin/ghc-mod
|
chmod +x $out/bin/ghc-mod
|
||||||
'';
|
'';
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
||||||
description = "Happy Haskell Programming";
|
description = "Happy Haskell Programming";
|
||||||
|
Loading…
Reference in New Issue
Block a user