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

stack install --solver target #2656

Closed
3 tasks
mgsloan opened this issue Oct 1, 2016 · 1 comment
Closed
3 tasks

stack install --solver target #2656

mgsloan opened this issue Oct 1, 2016 · 1 comment

Comments

@mgsloan
Copy link
Contributor

mgsloan commented Oct 1, 2016

This issue is documenting a design for an enhancement. Closing issues #1693 and #2039 in favor of this one.

  • Implement --no-config or --standalone option.
  • Have stack install --solver mean to use stack init --solver logic along with the targets. Also implies --no-config, and causes a --resolver to be chosen. A warning will be issued when this is used on local packages, mentioning that it is ignoring the current project config and creating a temporary project. Should also warn when it isn't used with --copy-bins, and if there are targets that don't have executables, as these both indicate a misunderstanding about how it works.
  • Suggest stack install --solver when there is a build plan failure for target hackage packages that contain executable stanzas, as this is the common case that this is intended for.
@snoyberg
Copy link
Contributor

snoyberg commented Apr 1, 2019

We've removed the solver support in #4670

@snoyberg snoyberg closed this as completed Apr 1, 2019
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

3 participants