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

Add NFData instance for Tix
The hpc utility implements it's own `Strict`typeclass here https://gitlab.haskell.org/ghc/ghc/-/blob/master/utils/hpc/HpcCombine.hs which is more or less isomorphic to `NFData`. This is probably due to the fact that hpc was implemented in ~2006 before NFData appeared. HPC-the-lib should implement the NFData instance, and HPC-the-util should use that instance.
issue