haskell-happy: fixed build of version 1.18.4

svn path=/nixpkgs/trunk/; revision=29039
This commit is contained in:
Peter Simons 2011-09-05 19:31:42 +00:00
parent 65c90e5d01
commit ed864ff8c3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ cabal, mtl }:
{ cabal, mtl, perl }:
cabal.mkDerivation (self: {
pname = "happy";
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [ mtl ];
buildTools = [ perl ];
meta = {
homepage = "http://www.haskell.org/happy/";
description = "Happy is a parser generator for Haskell";