Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (…
…backport #10014) (#10106) * add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (#10014) * add the applicable new (versions 9.2 - 9.10) GHC flags to normaliseGhcArgs Actionable flags are: - fdiagnostics-as-json (changes the format GHC outputs its diagnostics) - fprint-error-index-lists (changes the way GHC displays compile time) - fbreak-points (enables/disables break-points in GHCi) - dipe-stats (dumps information about which info tables have IPE information) - ffamily-application-cache (only changes the speed of the compiler) - fprint-redundant-promotion-ticks - show-error-context - unoptimized-core-for-interpreter (only applies to GHCi) * [chore] correct the flag names and add a FUTUREWORK (cherry picked from commit be10be8) # Conflicts: # Cabal/src/Distribution/Simple/Program.hs * fixup! add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (#10014) --------- Co-authored-by: Mango The Fourth <40720523+MangoIV@users.noreply.github.com> Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com>
- Loading branch information