Support "global" and "local" versions
Created by: AlexeyRaga
Similarly to jenv it would be very helpful to be able to set GHC version on per-project basis:
ghcup set local 8.4.4
In jenv case, it would write a local .java-version file and the version that is specified in that file will be used everywhere within that directory.