-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIN_VERSION_ghc
instead of __GLASGOW_HASKELL__
It seems that when `ghc` tries to build the plugin with the bootstrap compiler, `MIN_VERSION_ghc` reports that we are using the GHC API 9.10 but `__GLASGOW_HASKELL__` reports GHC 9.8. After this change, the plugin builds during building `ghc`. Unfortunately, as soon as we try to build anything _with_ the plugin, compilation fails with ``` libraries/ghc-prim/GHC/CString.hs:1:1: error: [GHC-51294] Failed to load interface for ‘GHC.Internal.Debug.Trace’. no unit id matching ‘ghc-internal’ was found ```
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters