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:
Peter Simons
2012-03-09 10:01:19 +00:00
parent ac9f3a50a2
commit 178b500c8c
10 changed files with 21 additions and 23 deletions

View File

@@ -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";