
Rodrigo Mesquita pushed to branch wip/romes/24212 at Glasgow Haskell Compiler / GHC Commits: a7ec377a by Rodrigo Mesquita at 2025-07-11T09:09:32+01:00 Fix - - - - - 1 changed file: - compiler/GHC/Driver/Session.hs Changes: ===================================== compiler/GHC/Driver/Session.hs ===================================== @@ -407,6 +407,7 @@ settings dflags = Settings , sToolSettings = toolSettings dflags , sPlatformMisc = platformMisc dflags , sRawSettings = rawSettings dflags + , sRawTarget = rawTarget dflags } pgm_L :: DynFlags -> String View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a7ec377a3bbd8efe6dc42be65854e98a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a7ec377a3bbd8efe6dc42be65854e98a... You're receiving this email because of your account on gitlab.haskell.org.