-
Notifications
You must be signed in to change notification settings - Fork 841
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
Prevent extra-deps / packages from overriding GHCJS boot packages #1486
Comments
My solution would be to: For sure we might need some extra resolver just for booting This will require splitting the setup phase into 2 sections:
|
@tolysz Thanks for the input. I should have made the issue clearer. The idea is to detect the circumstance where something bad will happen due to using an unpatched ghcjs package, and error out in this case. It might need to be just a noisy warning when it's a local package, though, as the user might have a patched version in that case. |
Here's how I think this should work:
I haven't fully thought out the ramifications of this change. In particular, the case of installing a custom ghcjs-base and updating the other deps seems tricky. Should be workable one way or another, though. |
The next version of Stack will no longer have GHCJS support, closing. |
Related to ghcjs/ghcjs#434
The text was updated successfully, but these errors were encountered: