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

More unused and non-deprecated warning flags
For #10752 I was looking at some warning generation code, and I realized that these flags are not doing anything right now, but they're not deprecated: - -fwarn-tabs - -fwarn-monomorphism-restriction - -fwarn-unrecognised-pragmas This one is not even shown in user manual or man page: - Opt_WarnAlternativeLayoutRileTransitional We should probably deprecate and remove them. Another thing is that we should probably remove -fwarn-amp in HEAD. <details><summary>Trac metadata</summary> | Trac field | Value | | ---------------------- | ------------ | | Version | 7.10.2 | | Type | Task | | TypeOfFailure | OtherFailure | | Priority | lowest | | Resolution | Unresolved | | Component | Compiler | | Test case | | | Differential revisions | | | BlockedBy | | | Related | #10752 | | Blocking | | | CC | | | Operating system | | | Architecture | | </details> <!-- {"blocked_by":[],"summary":"More unused and non-deprecated warning flags","status":"New","operating_system":"","component":"Compiler","related":[10752],"milestone":"","resolution":"Unresolved","owner":{"tag":"Unowned"},"version":"7.10.2","keywords":[],"differentials":[],"test_case":"","architecture":"","cc":[""],"type":"Task","description":"For #10752 I was looking at some warning generation code, and I realized that these flags are not doing anything right now, but they're not deprecated:\r\n\r\n- -fwarn-tabs\r\n- -fwarn-monomorphism-restriction\r\n- -fwarn-unrecognised-pragmas\r\n\r\nThis one is not even shown in user manual or man page:\r\n\r\n- Opt_WarnAlternativeLayoutRileTransitional\r\n\r\nWe should probably deprecate and remove them.\r\n\r\nAnother thing is that we should probably remove -fwarn-amp in HEAD.","type_of_failure":"OtherFailure","blocking":[]} -->
issue