Skip to content
New issue

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

Filter out -w and -v0 arguments from cabal wrapper #78

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

mpickering
Copy link
Collaborator

If you pass -v0 to cabal then it adds these options to the ghc
command line. This causes some unexpected consequences because -w
turns off ALL warnings, even default ones, such as the ones which warn
about deferred type errors.

https://github.com/digital-asset/ghcide/issues/170

Thanks to Andres for helping debug this.

If you pass `-v0` to cabal then it adds these options to the ghc
command line. This causes some unexpected consequences because `-w`
turns off ALL warnings, even default ones, such as the ones which warn
about deferred type errors.

https://github.com/digital-asset/ghcide/issues/170

Thanks to Andres for helping debug this.
@mpickering mpickering merged commit f615965 into master Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants