mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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