Skip to content

driver: Move DynFlags consistency fixes off Main

Rodrigo Mesquita requested to merge wip/romes/better-main into master
These consistency fixes found in Main.hs are required for the proper
    functioning of the compiler and should live together with all remaining
    fixes in `makeDynFlagsConsistent`.

    This is especially relevant to GHC applications that shouldn't have to
    copy/fix themselves possibly inconsistent DynFlags.

Merge request reports

Loading