3
0
Fork 0
forked from mirrors/nixpkgs

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;
};
ghcHEAD = callPackage ../development/compilers/ghc/head.nix rec {
bootPkgs = packages.ghc7103;
bootPkgs = packages.ghc802;
inherit (bootPkgs) alex happy;
inherit buildPlatform targetPlatform;
selfPkgs = packages.ghcHEAD;