haskell.compiler.ghc948: remove obsolete bootstrap hack

We do, in fact, have a binary package for this now, and we do, in fact,
use it.

Emily ec76ed9c a25e8c52

Changed files
-7
pkgs
development
-7
pkgs/development/compilers/ghc/common-make-native-bignum.nix
···
--replace '*-android*|*-gnueabi*)' \
'*-android*|*-gnueabi*|*-musleabi*)'
done
-
''
-
# HACK: allow bootstrapping with GHC 8.10 which works fine, as we don't have
-
# binary 9.0 packaged. Bootstrapping with 9.2 is broken without hadrian.
-
+ lib.optionalString (lib.versions.majorMinor version == "9.4") ''
-
substituteInPlace configure --replace \
-
'MinBootGhcVersion="9.0"' \
-
'MinBootGhcVersion="8.10"'
'';
# Although it is usually correct to pass --host, we don't do that here because