Author: simons
Date: Tue Feb 21 10:07:08 2012
New Revision: 32446
URL: https://nixos.org/websvn/nix/?rev=32446&sc=1

Log:
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.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix     
Tue Feb 21 10:02:58 2012        (r32445)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix     
Tue Feb 21 10:07:08 2012        (r32446)
@@ -17,6 +17,7 @@
     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";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to