haddock-2.4.2: added 'alex' build input
svn path=/nixpkgs/trunk/; revision=29570
This commit is contained in:
parent
4cdf639958
commit
5328a95a3c
@ -1,4 +1,4 @@
|
||||
{ cabal, ghcPaths }:
|
||||
{ cabal, alex, ghcPaths }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haddock";
|
||||
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ ghcPaths ];
|
||||
buildTools = [ alex ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haddock/";
|
||||
description = "A documentation-generation tool for Haskell libraries";
|
||||
|
Loading…
Reference in New Issue
Block a user