mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-language-javascript: updated to version 0.4.9
svn path=/nixpkgs/trunk/; revision=32314
This commit is contained in:
parent
f76039e1e0
commit
f0584f1367
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "language-javascript";
|
pname = "language-javascript";
|
||||||
version = "0.4.8";
|
version = "0.4.9";
|
||||||
sha256 = "0zrvlr683r093v4nblxc4wcpb91gxw3y9a92dx02qi9v983pznf7";
|
sha256 = "19a8c8bq4s533iyb6h3vl59dnya6d7inaqk1hbhnlil1w2d0n5b5";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal mtl utf8Light ];
|
buildDepends = [ Cabal mtl utf8Light ];
|
||||||
|
|
Loading…
Reference in a new issue