Boot ghc HEAD with ghc-8.0.2

This commit is contained in:
Matthew Pickering 2017-08-08 17:21:22 +00:00
parent 4021d4d5ee
commit cf7b262485

View File

@ -84,7 +84,7 @@ in rec {
selfPkgs = packages.ghc821; selfPkgs = packages.ghc821;
}; };
ghcHEAD = callPackage ../development/compilers/ghc/head.nix rec { ghcHEAD = callPackage ../development/compilers/ghc/head.nix rec {
bootPkgs = packages.ghc7103; bootPkgs = packages.ghc802;
inherit (bootPkgs) alex happy; inherit (bootPkgs) alex happy;
inherit buildPlatform targetPlatform; inherit buildPlatform targetPlatform;
selfPkgs = packages.ghcHEAD; selfPkgs = packages.ghcHEAD;