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 787e8b6 commit b245d94Copy full SHA for b245d94
doc/faq.md
@@ -529,18 +529,6 @@
529
530
See issue [#4726](https://github.com/commercialhaskell/stack/issues/4726).
531
532
-??? question "Why is the `--` argument separator ignored in Windows PowerShell?"
533
-
534
- Some versions of Windows PowerShell don't pass the `--` to programs (see issue
535
- [#813](https://github.com/commercialhaskell/stack/issues/813)). The workaround
536
- is to quote the `"--"`. For example, command:
537
538
- ~~~ps
539
- stack exec "--" cabal --version
540
- ~~~
541
542
- This is known to be a problem on Windows 7, but seems to be fixed on Windows 10.
543
544
## Setup-related
545
546
??? question "Where is Stack installed?"
0 commit comments