Skip to content

Uniform handling of -w[ith-compiler] #4956

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

Open
AndreasPK opened this issue Dec 16, 2017 · 2 comments
Open

Uniform handling of -w[ith-compiler] #4956

AndreasPK opened this issue Dec 16, 2017 · 2 comments

Comments

@AndreasPK
Copy link
Collaborator

It would be nice if -w would be supported by all commands which require a GHC executable.

Currently at least sandbox and init don't support it.

@lspitzner
Copy link
Collaborator

lspitzner commented Dec 17, 2017

@hvr
Copy link
Member

hvr commented Dec 17, 2017

@lspitzner you forgot cabal gen-bounds (and in case cabal outdated learns to trigger the solver, maybe even that one) :-)

hvr added a commit that referenced this issue Nov 5, 2018
`cabal init` needs a haskell compiler to operate but is missing the `-w` flag 
other commands have (see also #4956). This patch addresses this inconsistency.

Fixes #5654
Fixes #4936
hvr added a commit that referenced this issue Nov 5, 2018
`cabal init` needs a haskell compiler to operate but is missing the `-w` flag
other commands have (see also #4956). This patch addresses this inconsistency.

Fixes #5654
Fixes #4936
(cherry picked from commit 1916fca)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants