Skip to content

Commit

Permalink
Merge pull request #8871 from sandydoo/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the split-objs/split-sections warning message
  • Loading branch information
mergify[bot] authored Mar 24, 2023
2 parents 3927dd8 + 3baea0b commit d53b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Configure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ configure (pkg_descr0, pbi) cfg = do
_ | split_sections
-> do warn verbosity
("--enable-split-sections and " ++
"--enable-split-objs are mutually" ++
"--enable-split-objs are mutually " ++
"exclusive; ignoring the latter")
return False
GHC
Expand Down

0 comments on commit d53b4d4

Please sign in to comment.