-
Notifications
You must be signed in to change notification settings - Fork 846
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
GHCJS resolver doesn't work #982
Comments
The error message has been fixed in the development version, sorry about that 06d71e4 You need to have that version of GHCJS on your path, such that |
Ah ok, that clears up which resolver value is the correct one, thanks. I think (somewhat sheepishly) that perhaps my problem was not running |
is there a guide/overview/reference on how to develop in ghcjs using stack ? |
Cool! Anything, however primitive would be useful to serve as a starting point and reference. Stack and ghcjs are both very exciting pieces of the Haskell ecosystem. |
A really quick tutorial would be: Put this in your stack.yaml, next to the cabal file for your ghcjs project (just a standard cabal file)
Run |
Following the information here results in:
On the other hand, using an invalid resolver value provides this message:
So I tried to use the value given by the error message, but apparently using that resolver value does not work either:
The text was updated successfully, but these errors were encountered: