Commit ee6c7d8
add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (haskell#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 FUTUREWORK1 parent 34c7a24 commit ee6c7d8
File tree
3 files changed
+45
-4
lines changed- Cabal/src/Distribution/Simple
- Program
- changelog.d
3 files changed
+45
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
230 | 250 | | |
231 | | - | |
| 251 | + | |
232 | 252 | | |
233 | 253 | | |
234 | 254 | | |
| |||
289 | 309 | | |
290 | 310 | | |
291 | 311 | | |
| 312 | + | |
292 | 313 | | |
293 | 314 | | |
294 | 315 | | |
| |||
709 | 730 | | |
710 | 731 | | |
711 | 732 | | |
712 | | - | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
713 | 737 | | |
714 | 738 | | |
715 | 739 | | |
| |||
799 | 823 | | |
800 | 824 | | |
801 | 825 | | |
802 | | - | |
803 | | - | |
| 826 | + | |
804 | 827 | | |
805 | 828 | | |
806 | 829 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments