3
0
Fork 0
forked from mirrors/nixpkgs

haskell-language-javascript: updated to version 0.4.9

svn path=/nixpkgs/trunk/; revision=32314
This commit is contained in:
Peter Simons 2012-02-16 09:05:38 +00:00
parent f76039e1e0
commit f0584f1367

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "language-javascript";
version = "0.4.8";
sha256 = "0zrvlr683r093v4nblxc4wcpb91gxw3y9a92dx02qi9v983pznf7";
version = "0.4.9";
sha256 = "19a8c8bq4s533iyb6h3vl59dnya6d7inaqk1hbhnlil1w2d0n5b5";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal mtl utf8Light ];