haskell-yesod-core: disable test suite to fix the build
https://github.com/yesodweb/yesod/issues/813
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user