Merge pull request #33350 from dhess/ghc821Binary

ghc: bootstrap 8.2.2 with 8.2.1-binary.
This commit is contained in:
John Ericson 2018-01-03 15:54:39 -05:00 committed by GitHub
commit c1497cac72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;