Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

9.2.2 is defunct on windows?
When I install 9.2.2 with ghcup on windows and try to run ghc or ghci, nothing happens: ``` PS C:\Users\bas ar\ghcup-hs> ghc-9.2.2 --version PS C:\Users\bas ar\ghcup-hs> ghc-9.2.2 --help PS C:\Users\bas ar\ghcup-hs> C:\ghcup\ghc\9.2.2\bin\ghc-9.2.2.exe --help PS C:\Users\bas ar\ghcup-hs> C:\ghcup\ghc\9.2.2\bin\ghc-9.2.2.exe --version PS C:\Users\bas ar\ghcup-hs> ghc-8.10.7 --version The Glorious Glasgow Haskell Compilation System, version 8.10.7 ```
issue