Merge from trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=29461
This commit is contained in:
Shea Levy
2011-09-23 16:58:45 +00:00
443 changed files with 7115 additions and 2178 deletions
@@ -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";