-
Notifications
You must be signed in to change notification settings - Fork 90
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
Easier selection of known release channels #1050
Comments
About the first two points.... I got no idea. About this:
Surely we can a new button in the contex menu, with "Add release channel" and something like this
|
In interactive mode we can add support for this, in both unix and win.
Then loop and ask for each channel Y/N, giving brief info about each and their URL. Other ways of getting inputs may be more complicated than this.
Aliases can be added in ghcup code
We can add a Context Menu for GHCup, which allows various config related changes, including channel selection. The context menu can be opened by moving focus on any "GHCup" row and pressing "Enter" Currently "Install" menu is shown in GHCup, we can add more things to it gradually. There should be checkboxes for each of the channels; on "Save" the config will be updated.
We can show error if no metadata is selected. |
This can be tackled first, by adding aliases in ghcup code for cross, prereleases, and vanilla |
ghcup config add-release-channel prereleases
@lsmor
The text was updated successfully, but these errors were encountered: