-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Milestone
Description
Rough outline of what needs to be done here:
- Create and upload binary distributions for GHCJS
- Modify
Stack.Setupto know how to install these binary distributions. If they work the same as the normal GHC ones, then this change should be pretty minimal:- Add
soptsUseGHCJS :: Boolto SetupOpts - Most spots that use the string "ghc" will likely need to instead use "ghcjs" when this bool is true.
- When downloading, get the url from a new
ghcjssection ofstack-setup.yamlinstead of theghcsection. - Probably more I can't anticipate
- Add
- Add URLs for the binary distributions to https://raw.githubusercontent.com/fpco/stackage-content/master/stack/stack-setup.yaml
- NOTE: make sure that extending this won't cause older stack versions to fail
Metadata
Metadata
Assignees
Labels
No labels