We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The metadata format is subject to change, e.g. when we add a new distro constructor or add new fields etc.
At the moment, GHCup relies on the fact that the URL is compiled into the program:
ghcup-hs/lib/GHCup/Version.hs
Line 37 in d143dae
However, if users use the ghcup add-release-channel feature (e.g. for nightlies), they might not know they're running an outdated metadata variant.
ghcup add-release-channel
I can see a couple of ways to resolve that:
The text was updated successfully, but these errors were encountered:
@mpickering since relevant for nightlies
Sorry, something went wrong.
2e5dee8
Done
No branches or pull requests
The metadata format is subject to change, e.g. when we add a new distro constructor or add new fields etc.
At the moment, GHCup relies on the fact that the URL is compiled into the program:
ghcup-hs/lib/GHCup/Version.hs
Line 37 in d143dae
However, if users use the
ghcup add-release-channel
feature (e.g. for nightlies), they might not know they're running an outdated metadata variant.I can see a couple of ways to resolve that:
The text was updated successfully, but these errors were encountered: