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

Hadrian builds a lot more than make after changing just the RTS
Rebuilding GHC after just changing a file in the RTS is fast as it just builds the C file and then relinks. Hadrian compiles a lot more after modifying one of the C files in `rts` which takes at least 5 minutes with the `prof` flavour. It should be investigated why Hadrian compiles so much more when it isn't necessary to do so much recompilation.
issue