We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470ee94 commit ff592b4Copy full SHA for ff592b4
Cabal/src/Distribution/Simple/Program/GHC.hs
@@ -329,6 +329,7 @@ normaliseGhcArgs (Just ghcVersion) PackageDescription{..} ghcArgs
329
]
330
, from [8, 2] ["-fmax-uncovered-patterns", "-fmax-errors"]
331
, from [8, 4] $ to [8, 6] ["-fmax-valid-substitutions"]
332
+ , from [8, 12] ["-fmax-forced-spec-args"]
333
334
335
dropIntFlag :: Bool -> String -> String -> Any
0 commit comments