ghcjs-HEAD: upgrade to the latest HEAD

It includes the following changes:

* Fixed crash on Safari on iOS

* Make linker write externs for closure compiler ADVANCED_OPTIMIZATIONS

* ghcjs-pkg fixes for ghc 8.0.2

Because of the latter I switched from GHC-8.0.1 to GHC-8.0.2 to build ghcjs-HEAD.
This commit is contained in:
Bas van Dijk 2017-01-27 01:45:50 +01:00
parent 2f367e0af7
commit 0cbb65c832
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ bootPkgs.callPackage ./base.nix {
ghcjsSrc = fetchFromGitHub {
owner = "ghcjs";
repo = "ghcjs";
rev = "899c834a36692bbbde9b9d16fe5b92ce55a623c4";
sha256 = "024yj4k0dxy7nvyq19n3xbhh4b4csdrgj19a3l4bmm1zn84gmpl6";
rev = "2dc14802e78d7d9dfa35395d5dbfc9c708fb83e6";
sha256 = "0cvmapbrwg0h1pbz648isc2l84z694ylnfm8ncd1g4as28lmj0pz";
};
ghcjsBootSrc = fetchgit {
url = git://github.com/ghcjs/ghcjs-boot.git;

View File

@ -61,8 +61,8 @@ rec {
ghcjs = packages.ghc7103.callPackage ../development/compilers/ghcjs {
bootPkgs = packages.ghc7103;
};
ghcjsHEAD = packages.ghc801.callPackage ../development/compilers/ghcjs/head.nix {
bootPkgs = packages.ghc801;
ghcjsHEAD = packages.ghc802.callPackage ../development/compilers/ghcjs/head.nix {
bootPkgs = packages.ghc802;
};
jhc = callPackage ../development/compilers/jhc {