Merge pull request #22197 from LumiGuide/ghcjsHEAD-upgrade

ghcjs-HEAD: upgrade to the latest HEAD
This commit is contained in:
Peter Simons 2017-02-01 11:45:52 +01:00 committed by GitHub
commit bd613c20f4
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 {