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
Old versions of GHC, HLS, Cabal and Stack are kept by ghcup, a good idea to allow the user to revert to an older version.
I.m.o. a command to remove tool versions lower than what is currently set by the user would be useful.
set
This would save the effort of manually rming each old version.
rm
Perhaps ghcup clean
ghcup clean
Thanks
The text was updated successfully, but these errors were encountered:
There's already ghcup gc --old-ghc. But that relies on what is marked Old in the ghcup metadata, so might not remove everything.
ghcup gc --old-ghc
Old
Sorry, something went wrong.
Allow to remove all unset versions, fixes #1019
9fcfa99
See #1020
This removes all "non-set versions" (of all tools). Anything more specific seems overkill to me.
Fantastic, looks good to me, thank you
5eaae99
No branches or pull requests
Old versions of GHC, HLS, Cabal and Stack are kept by ghcup, a good idea to allow the user to revert to an older version.
I.m.o. a command to remove tool versions lower than what is currently
set
by the user would be useful.This would save the effort of manually
rm
ing each old version.Perhaps
ghcup clean
Thanks
The text was updated successfully, but these errors were encountered: