···158159assert stdenv.hostPlatform == stdenv.targetPlatform || throw ''
160 hadrian doesn't support building an installable GHC cross-compiler at the moment.
161- Consider using GHC 9.4.2 or lower which support this via the make build system.
162 See also: https://gitlab.haskell.org/ghc/ghc/-/issues/22090
163'';
164
···158159assert stdenv.hostPlatform == stdenv.targetPlatform || throw ''
160 hadrian doesn't support building an installable GHC cross-compiler at the moment.
161+ Consider using GHC 9.4 or lower which support this via the make build system.
162 See also: https://gitlab.haskell.org/ghc/ghc/-/issues/22090
163'';
164