Disable tests in Elm

Elm does not serve any tests besides a test that always fails.
This commit is contained in:
Alexander Foremny 2013-08-12 11:49:18 +02:00 committed by Peter Simons
parent b331056e75
commit 219e45b5f5

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
binary blazeHtml blazeMarkup cmdargs filepath hjsmin indents mtl
pandoc parsec transformers unionFind uniplate
];
doCheck = false;
meta = {
homepage = "http://elm-lang.org";
description = "The Elm language module";