3
0
Fork 0
forked from mirrors/nixpkgs

haskell-auto-update: disable test suite to work around build failure

https://github.com/yesodweb/wai/issues/285
This commit is contained in:
Peter Simons 2014-09-02 12:28:56 +02:00
parent 48dce0642b
commit 2fc76ea054

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.1.1.2";
sha256 = "0901zqky70wyxl17vwz6smhnpsfjnsk0f2xqiyz902vl7apx66c6";
testDepends = [ hspec ];
doCheck = false;
meta = {
homepage = "https://github.com/yesodweb/wai";
description = "Efficiently run periodic, on-demand actions";