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

Missing `since` annotation for `(!?)` operator
https://hackage.haskell.org/package/array-0.5.7.0/docs/Data-Array-IArray.html#v:-33--63- A lacking "since" suggest that this operator is also available in older versions of `array`, but for GHC 9.4 and below I get this error: ``` Error: Not in scope: ‘Array.!?’ Perhaps you meant one of these: ‘Array.!’ (imported from Data.Array.IArray), ‘Array.//’ (imported from Data.Array.IArray) Module ‘Data.Array.IArray’ does not export ‘!?’. ``` Seems only available since `array-0.5.6.0`.
issue