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

Cannot access cost centre ids through GHC.Stack.CCS interface
Event log profiling events represent the cost centre stack as a list of cost centre ids. Some tooling (e.g. [hs-speedscope](https://github.com/mpickering/hs-speedscope)) even relies on this representation. It would be useful if we had some way of getting cost centre ids via `GHC.Stack.CCS` so we could link samples from the program to samples in the event log. I think this will require a CLC proposal, which I've created [here](https://github.com/haskell/core-libraries-committee/issues/235). Patch is !11798.
issue