haskell-yesod-core: disable test suite to fix the build

https://github.com/yesodweb/yesod/issues/813
This commit is contained in:
Peter Simons 2014-08-24 19:55:14 +02:00
parent 5af8b24cf2
commit 09b7323abf
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ cabal.mkDerivation (self: {
transformers wai waiExtra waiTest
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://www.yesodweb.com/";
description = "Creation of type-safe, RESTful web applications";