Skip to content

Commit ff592b4

Browse files
committed
add new non-compile-affecting options for ghc 9.12
1 parent 470ee94 commit ff592b4

File tree

1 file changed

+1
-0
lines changed
  • Cabal/src/Distribution/Simple/Program

1 file changed

+1
-0
lines changed

Cabal/src/Distribution/Simple/Program/GHC.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ normaliseGhcArgs (Just ghcVersion) PackageDescription{..} ghcArgs
329329
]
330330
, from [8, 2] ["-fmax-uncovered-patterns", "-fmax-errors"]
331331
, from [8, 4] $ to [8, 6] ["-fmax-valid-substitutions"]
332+
, from [8, 12] ["-fmax-forced-spec-args"]
332333
]
333334

334335
dropIntFlag :: Bool -> String -> String -> Any

0 commit comments

Comments
 (0)