forked from mirrors/nixpkgs
yesod-core: disable haddock phase in this version of the package to avoid build failures because of syntax errors in the documentation
The bug has been reported upstream. svn path=/nixpkgs/trunk/; revision=32446
This commit is contained in:
parent
869543fa05
commit
9843a6f100
|
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||
shakespeareI18n shakespeareJs text time transformers
|
||||
transformersBase vector wai waiExtra waiLogger yesodRoutes
|
||||
];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "Creation of type-safe, RESTful web applications";
|
||||
|
|
Loading…
Reference in a new issue