ghcjs: bump version number to 0.2.0

Actually should have been this for a while.
This commit is contained in:
John Ericson 2015-11-25 16:35:56 -08:00
parent 2455dac320
commit a122a7f65a

View file

@ -40,7 +40,7 @@
, ghcjsBoot ? import ./ghcjs-boot.nix { inherit fetchgit; }
, shims ? import ./shims.nix { inherit fetchFromGitHub; }
}:
let version = "0.1.0"; in
let version = "0.2.0"; in
mkDerivation (rec {
pname = "ghcjs";
inherit version;