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:
Peter Simons 2012-02-21 10:07:08 +00:00
parent 869543fa05
commit 9843a6f100

View file

@ -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";