Compatibility with 9.8.1 as boot compiler
This fixes several compatability issues when using 9.8.1 as the boot compiler. * An incorrect version guard on the stack decoding logic in ghc-heap * Some ghc-prim bounds need relaxing * ghc is no longer wired in, so we have to remove the -this-unit-id ghc call. Fixes #24077
Showing
- hadrian/src/Settings/Packages.hs 3 additions, 1 deletionhadrian/src/Settings/Packages.hs
- libraries/ghc-heap/GHC/Exts/Stack.hs 1 addition, 1 deletionlibraries/ghc-heap/GHC/Exts/Stack.hs
- libraries/ghc-heap/GHC/Exts/Stack/Constants.hsc 1 addition, 1 deletionlibraries/ghc-heap/GHC/Exts/Stack/Constants.hsc
- libraries/ghc-heap/GHC/Exts/Stack/Decode.hs 1 addition, 1 deletionlibraries/ghc-heap/GHC/Exts/Stack/Decode.hs
- libraries/ghc-heap/ghc-heap.cabal.in 1 addition, 1 deletionlibraries/ghc-heap/ghc-heap.cabal.in
- libraries/ghci/ghci.cabal.in 1 addition, 1 deletionlibraries/ghci/ghci.cabal.in
- linters/lint-whitespace/lint-whitespace.cabal 1 addition, 1 deletionlinters/lint-whitespace/lint-whitespace.cabal
- linters/linters-common/linters-common.cabal 1 addition, 1 deletionlinters/linters-common/linters-common.cabal
Loading
Please register or sign in to comment