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
|
shakespeareI18n shakespeareJs text time transformers
|
||||||
transformersBase vector wai waiExtra waiLogger yesodRoutes
|
transformersBase vector wai waiExtra waiLogger yesodRoutes
|
||||||
];
|
];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
description = "Creation of type-safe, RESTful web applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user