We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.ghci
If there is a .ghci file with the following contents
:set +t
then the command:
> cabal v2-exec ghc -v0 -- -package-env=- -e "System.Environment.getExecutablePath >>= putStrLn" /home/hugin/.ghcup/ghc/8.10.7/lib/ghc-8.10.7/bin/ghc it :: ()
adds unexpected output.
Solution: ignore .ghci files via -ignore-dot-ghci Also, add a regression test.
-ignore-dot-ghci
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If there is a
.ghci
file with the following contentsthen the command:
adds unexpected output.
Solution: ignore .ghci files via
-ignore-dot-ghci
Also, add a regression test.
The text was updated successfully, but these errors were encountered: