Author: simons
Date: Sun Oct 2 20:13:54 2011
New Revision: 29571
URL: https://ssl.nixos.org/websvn/nix/?rev=29571&sc=1
Log:
haddock-2.4.2: added 'happy' build input
Modified:
nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Modified: nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Sun Oct 2 20:12:07 2011 (r29570)
+++ nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Sun Oct 2 20:13:54 2011 (r29571)
@@ -1,4 +1,4 @@
-{ cabal, alex, ghcPaths }:
+{ cabal, alex, ghcPaths, happy }:
cabal.mkDerivation (self: {
pname = "haddock";
@@ -7,7 +7,7 @@
isLibrary = true;
isExecutable = true;
buildDepends = [ ghcPaths ];
- buildTools = [ alex ];
+ buildTools = [ alex happy ];
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits