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

Namespacing for WARNING/DEPRECATED pragmas
Tracking implementation of the WARNING and DEPRECATED pragma aspects of GHC proposal [#65](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0065-type-infix.rst) "Require namespacing fixity declarations for type names and WARNING/DEPRECATED pragmas". - [x] Add syntax for `{-# WARNING type D "some message" #-}`, `{-# WARNING data D "some message" #-}` and similar syntax for the `DEPRECATED` pragma. Change `Renamer` so it will take namespace specifier into consideration. - [ ] Introduce a new warning that fires when a WARNING/DEPRECATED pragma refers to a type-level name without a specifier, and add this warning to `-Wcompat`.
issue