We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eb1eb commit db1e69bCopy full SHA for db1e69b
Cabal/src/Distribution/Simple/Setup.hs
@@ -2262,8 +2262,8 @@ configureProg verbosity programDb prog = do
2262
-- | Helper function to split a string into a list of arguments.
2263
-- It's supposed to handle quoted things sensibly, eg:
2264
--
2265
--- >>> splitArgs "--foo=\"C:/Program Files/Bar/" --baz"
2266
--- ["--foo=C:/Program Files/Bar", "--baz"]
+-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
+-- ["--foo=C:/Program Files/Bar/", "--baz"]
2267
2268
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
2269
-- ["-DMSGSTR=\"foo bar\"","--baz"]
0 commit comments