forked from mirrors/nixpkgs
Boot ghc HEAD with ghc-8.0.2
This commit is contained in:
parent
4021d4d5ee
commit
cf7b262485
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue