ghcjs: bump version number to 0.2.0
Actually should have been this for a while.
This commit is contained in:
parent
2455dac320
commit
a122a7f65a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user