Updated Haskell packages.
- Hipmunk: updated to version 5.2.0.7 - cairo: updated to version 0.12.3 - digest: updated to version 0.0.1.1 - glib: updated to version 0.12.3 - gloss: updated to version 1.6.2.1 - gtk: updated to version 0.12.3 - language-javascript: updated to version 0.4.10 - pango: updated to version 0.12.3 - zeromq-haskell: updated to version 0.8.4 svn path=/nixpkgs/trunk/; revision=32947
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ cabal, alex, happy, mtl, utf8Light }:
|
||||
{ cabal, happy, mtl, utf8Light }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "language-javascript";
|
||||
version = "0.4.9";
|
||||
sha256 = "19a8c8bq4s533iyb6h3vl59dnya6d7inaqk1hbhnlil1w2d0n5b5";
|
||||
version = "0.4.10";
|
||||
sha256 = "1bk5xrhj5cpacz2bcfjz28sldizdadg05daalppxq8vs830sdx5h";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl utf8Light ];
|
||||
buildTools = [ alex happy ];
|
||||
buildTools = [ happy ];
|
||||
meta = {
|
||||
homepage = "http://github.com/alanz/language-javascript";
|
||||
description = "Parser for JavaScript";
|
||||
|
||||
Reference in New Issue
Block a user