Merge branch 'master' into closure-size

This commit is contained in:
Luca Bruno
2015-11-29 16:50:26 +01:00
241 changed files with 13028 additions and 1473 deletions
+1 -1
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;