Disable tests in Elm
Elm does not serve any tests besides a test that always fails.
This commit is contained in:
parent
b331056e75
commit
219e45b5f5
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
binary blazeHtml blazeMarkup cmdargs filepath hjsmin indents mtl
|
binary blazeHtml blazeMarkup cmdargs filepath hjsmin indents mtl
|
||||||
pandoc parsec transformers unionFind uniplate
|
pandoc parsec transformers unionFind uniplate
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://elm-lang.org";
|
homepage = "http://elm-lang.org";
|
||||||
description = "The Elm language module";
|
description = "The Elm language module";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user