haskell-auto-update: disable test suite to work around build failure
https://github.com/yesodweb/wai/issues/285
This commit is contained in:
parent
48dce0642b
commit
2fc76ea054
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.1.1.2";
|
version = "0.1.1.2";
|
||||||
sha256 = "0901zqky70wyxl17vwz6smhnpsfjnsk0f2xqiyz902vl7apx66c6";
|
sha256 = "0901zqky70wyxl17vwz6smhnpsfjnsk0f2xqiyz902vl7apx66c6";
|
||||||
testDepends = [ hspec ];
|
testDepends = [ hspec ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/yesodweb/wai";
|
homepage = "https://github.com/yesodweb/wai";
|
||||||
description = "Efficiently run periodic, on-demand actions";
|
description = "Efficiently run periodic, on-demand actions";
|
||||||
|
|
Loading…
Reference in New Issue