[Git][ghc/ghc][wip/torsten.schmits/mwb-26-01/mp-backports] Expose compileWholeCoreBindings
Torsten Schmits pushed to branch wip/torsten.schmits/mwb-26-01/mp-backports at Glasgow Haskell Compiler / GHC Commits: bf93569f by Ian-Woo Kim at 2026-06-26T15:54:29+02:00 Expose compileWholeCoreBindings - - - - - 1 changed file: - compiler/GHC/Driver/Main.hs Changes: ===================================== compiler/GHC/Driver/Main.hs ===================================== @@ -48,6 +48,7 @@ module GHC.Driver.Main , Messager, batchMsg, batchMultiMsg , HscBackendAction (..), HscRecompStatus (..) , initModDetails + , compileWholeCoreBindings , initWholeCoreBindings , loadIfaceByteCode , hscMaybeWriteIface View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bf93569fa8141594fd311754d29f2c48... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bf93569fa8141594fd311754d29f2c48... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Torsten Schmits (@torsten.schmits)