haskell-happy: fixed build of version 1.18.4
svn path=/nixpkgs/trunk/; revision=29039
This commit is contained in:
parent
65c90e5d01
commit
ed864ff8c3
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue