Skip to content

Commit d53b4d4

Browse files
authored
Merge pull request #8871 from sandydoo/patch-1
Fix a typo in the split-objs/split-sections warning message
2 parents 3927dd8 + 3baea0b commit d53b4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Configure.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ configure (pkg_descr0, pbi) cfg = do
626626
_ | split_sections
627627
-> do warn verbosity
628628
("--enable-split-sections and " ++
629-
"--enable-split-objs are mutually" ++
629+
"--enable-split-objs are mutually " ++
630630
"exclusive; ignoring the latter")
631631
return False
632632
GHC

0 commit comments

Comments
 (0)