Skip to content

Compatibility with 9.8.1 as boot compiler

Matthew Pickering requested to merge wip/bootstrap-9.8.2 into ghc-9.8

This fixes several compatibility issues when using 9.8.1 as the boot compiler.

  • Some ghc-prim bounds need relaxing
  • ghc is no longer wired in, so we have to remove the -this-unit-id ghc call.

Fixes #24605

(cherry picked from commit ef3d20f8)

Merge request reports