Skip to content

Commit 3baea0b

Browse files
authored
Fix typo in warning message
1 parent 3927dd8 commit 3baea0b

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)