'ghcup install ghc VERSION --set' fails to set ghc to the given version if it is already installed
My intent when issuing this command is "I want this version of ghc, please install it if necessary". But ghcup does not set this version. And it doesn't even fail: the return code is 0. I consider it a UX bug.