GHCJS 8.4 Support
RobertFischer opened this issue ยท 4 comments
GHCJS runs on 8.4 -- see:
NixOS/nixpkgs#40140
ghcjs/ghcjs#602 (comment)
What's it going to take to get Stack to have a GHCJS based on 8.4 and a modern LTS? I'm happy to put in some effort to get it to happen, but I'm not sure what kind of effort is necessary.
Here's a working setup for ghcjs 8.4:
https://gist.github.com/alexanderkjeldaas/4e7418db7cf8536e38dce983eaf77d51
Also https://github.com/alexanderkjeldaas/ghcjs/releases/download/fghcjs-8.4.1/ghcjs.tar.gz can be used directly in your stack.yaml
file.
Also https://github.com/alexanderkjeldaas/ghcjs/releases/download/fghcjs-8.4.1/ghcjs.tar.gz can be used directly in your
stack.yaml
file.
Do you have an example of this anywhere @alexanderkjeldaas?
The next version of Stack will no longer have GHCJS support, closing.