ghc: bootstrap 8.2.2 with 8.2.1-binary.

This commit is contained in:
Drew Hess 2018-01-02 12:15:16 -08:00
parent f1a6fa6eec
commit 9361b7eb85
No known key found for this signature in database
GPG Key ID: DEDAB57E001BD839

View File

@ -72,7 +72,7 @@ in rec {
sphinx = pkgs.python27Packages.sphinx;
};
ghc822 = callPackage ../development/compilers/ghc/8.2.2.nix rec {
bootPkgs = packages.ghc7103Binary;
bootPkgs = packages.ghc821Binary;
inherit (bootPkgs) hscolour alex happy;
inherit buildPlatform targetPlatform;
sphinx = pkgs.python3Packages.sphinx;