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

Use dataToTag# to derive Ord instances for enumerations
When looking into #16577 I rediscovered that GHC-derived `Ord` instances grow quite quickly. However, it does seem like there is some low-hanging fruit in the case of pure enumerations: Compare on the basis of tag via `dataToTag#`. The same can be done for `Eq` and `Enum`.
issue