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

GHC.Internal.Exception.Backtrace.Backtrace not exposed?
Maybe I'm missing the obvious, but with the new exception annotation mechanism, how would I access location / stack trace information in a structured manner? Am I expected to parse the output of [`displayBacktraces`](https://hackage.haskell.org/package/base-4.20.0.1/docs/Control-Exception-Backtrace.html#v:displayBacktraces)? N.B. this is not some exotic use case. Every piece of software that needs to correlate exceptions with source code locations needs this (e.g. everybody who wants to send data to sentry, rollbar, airbrake, ...)
issue