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

profiling: Build profiling libraries we distribute with -fprof-late
The profiling libraries we currently build are pretty useless for profiling because they don't contain any cost centres. We should add cost centres using -fprof-late and distribute those so profile outputs are more useful for anyone trying to profile.
issue