Re-generated Haskell package descriptions with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
Peter Simons
2012-02-16 14:05:41 +00:00
parent b7e432214b
commit cb28766341
546 changed files with 1062 additions and 1289 deletions

View File

@@ -1,4 +1,4 @@
{ cabal, alex, Cabal, happy, mtl, utf8Light }:
{ cabal, alex, happy, mtl, utf8Light }:
cabal.mkDerivation (self: {
pname = "language-javascript";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "19a8c8bq4s533iyb6h3vl59dnya6d7inaqk1hbhnlil1w2d0n5b5";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal mtl utf8Light ];
buildDepends = [ mtl utf8Light ];
buildTools = [ alex happy ];
meta = {
homepage = "http://github.com/alanz/language-javascript";