Skip to content

Commit d0d22fb

Browse files
committed
fix doctest
1 parent 247d3f2 commit d0d22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,7 @@ configureProg verbosity programDb prog = do
25302530
-- ["--foo=C:/Program Files/Bar/", "--baz"]
25312531
--
25322532
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
2533-
-- ["-DMSGSTR=\"foo bar\"","--baz"]
2533+
-- ["-DMSGSTR=\"foo bar\"", "--baz"]
25342534
--
25352535
splitArgs :: String -> [String]
25362536
splitArgs = space []

0 commit comments

Comments
 (0)