haskell-ariadne: disable test suite to fix the build

https://github.com/feuerbach/ariadne/issues/10
This commit is contained in:
Peter Simons 2014-10-26 21:03:06 +01:00
parent 6ce31138c6
commit ff89958ada

View file

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
testDepends = [
bert filepath haskellSrcExts tasty tastyHunit utf8String
];
doCheck = false;
meta = {
homepage = "https://github.com/feuerbach/ariadne";
description = "Go-to-definition for Haskell";