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

Adds --ide-backend-tools-path and --extra-path #35

Merged
merged 1 commit into from
Jul 22, 2015

Conversation

jcpetruzza
Copy link
Contributor

With --ide-backend-tools-path one can indicate where to search for ide-backend-server and ide-backend-exe-cabal binaries. If not given, it defaults to the system path (but note that the system path won't be used whenever a value for this arg is given).

With --extra-path one can provide a path that will be additionally used when searching for ghc, ide-backend-server, etc. It is similar to what --path (now removed) would do, but it also affects the the search of the ide-backend tools.

With `--ide-backend-tools-path` one can indicate where to search for
`ide-backend-server` and `ide-backend-exe-cabal` binaries. If not given,
defaults to system path (but note that the system path won't be used
as well if a value for this arg is given).

With `--extra-path` one can provide an additional path that will be
additionally used when searching for `ghc`, `ide-backend-server`,
etc. It replaces the previous `--path` argument.
@mgsloan
Copy link
Contributor

mgsloan commented Jul 22, 2015

Awesome, thanks!

mgsloan added a commit that referenced this pull request Jul 22, 2015
Adds --ide-backend-tools-path and --extra-path
@mgsloan mgsloan merged commit 049f2e7 into commercialhaskell:master Jul 22, 2015
@jcpetruzza jcpetruzza deleted the path-args branch December 26, 2015 16:10
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.

2 participants