haskell-yesod-core: disable test suite to fix the build
https://github.com/yesodweb/yesod/issues/813
This commit is contained in:
parent
5af8b24cf2
commit
09b7323abf
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue