haskell.compiler.ghcHEAD: bootstrap using 8.10.7 binary

This should shorten the bootstrapping part (not requiring an
intermediate 9.0.1 build). Seems like 8.10.7 is still supported for
bootstrapping for the moment and allows compiling for aarch64-darwin.

+1 -1
+1 -1
pkgs/top-level/haskell-packages.nix
··· 128 llvmPackages = pkgs.llvmPackages_10; 129 }; 130 ghcHEAD = callPackage ../development/compilers/ghc/head.nix { 131 - bootPkgs = packages.ghc901; # no binary yet 132 inherit (buildPackages.python3Packages) sphinx; 133 # Need to use apple's patched xattr until 134 # https://github.com/xattr/xattr/issues/44 and
··· 128 llvmPackages = pkgs.llvmPackages_10; 129 }; 130 ghcHEAD = callPackage ../development/compilers/ghc/head.nix { 131 + bootPkgs = packages.ghc8107Binary; 132 inherit (buildPackages.python3Packages) sphinx; 133 # Need to use apple's patched xattr until 134 # https://github.com/xattr/xattr/issues/44 and