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 = [ testDepends = [
bert filepath haskellSrcExts tasty tastyHunit utf8String bert filepath haskellSrcExts tasty tastyHunit utf8String
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/feuerbach/ariadne"; homepage = "https://github.com/feuerbach/ariadne";
description = "Go-to-definition for Haskell"; description = "Go-to-definition for Haskell";