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

MHU: Most of GHCi commands do not work
The interface for GHCi heavily assumes that there is only one home unit in a session. In particular any commands which mutates the session state are currently disabled. For example, `:set`, `:add`, `:load` etc are all disabled. In order to close this ticket it would be necessary to reconsider how the API of GHCi works and generalise it to work with multiple home units.
issue