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
As per #470 (comment) we want to make sure that haskell/cabal#4542 does not taint our users repls with surprising behavior.
The text was updated successfully, but these errors were encountered:
Will this happen? AFAIR Bazel runs GHCi with CWD set to a directory it controls, not the checked out tree.
Sorry, something went wrong.
Will this happen?
I haven’t checked, I just wanted to make sure the comment doesn’t get lost after #470 closes.
Can you check? That way we can close this ticket.
I don’t know how to check, but according to the commit message in https://git.haskell.org/ghc.git/commit/8f3c149d94814e4f278b08c562f06fc257eb3c43 we can set GHC_ENVIRONMENT to - to disable any environment setup leaking into our runtime.
GHC_ENVIRONMENT
-
We could set it for everything in rules_haskell, builds and runtime environments.
rules_haskell
--no-load
cabal repl
No branches or pull requests
As per #470 (comment) we want to make sure that haskell/cabal#4542 does not taint our users repls with surprising behavior.
The text was updated successfully, but these errors were encountered: