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 5ad7085 commit 6e19976Copy full SHA for 6e19976
src/Stack/Options.hs
@@ -380,10 +380,9 @@ ghciOptsParser = GhciOpts
380
(metavar "TARGET" <>
381
help ("If none specified, " <>
382
"use all packages defined in current directory"))))
383
- <*> argsOption (long "ghc-options" <>
+ <*> fmap concat (many (argsOption (long "ghc-options" <>
384
metavar "OPTION" <>
385
- help "Additional options passed to GHCi" <>
386
- value [])
+ help "Additional options passed to GHCi")))
387
<*> strOption (long "with-ghc" <>
388
metavar "GHC" <>
389
help "Use this command for the GHC to run" <>
0 commit comments