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

ghc-9.2.3-src.tar.xz doesn't include ./configure
## Summary Previous releases of ghc included pre-generated `configure` files making it somewhat easier to build OS packages. 9.2.3 only includes the `configure.ac` files. ## Steps to reproduce ``` $ xzcat ghc-9.2.3-src.tar.xz | tar tf - | grep 9.2../configure ghc-9.2.3/configure.ac $ xzcat ghc-9.2.2-src.tar.xz | tar tf - | grep 9.2../configure ghc-9.2.2/configure ghc-9.2.2/configure.ac $ sha256 *src.tar.xz SHA256 (ghc-9.2.2-src.tar.xz) = 902463a4cc6ee479af9358b9f8b2ee3237b03e934a1ea65b6d1fcf3e0d749ea6 SHA256 (ghc-9.2.3-src.tar.xz) = 50ecdc2bef013e518f9a62a15245d7db0e4409d737c43b1cea7306fd82e1669e ``` ## Expected behavior Include the `./configure` files. ## Environment * GHC version used: 9.2.3 Optional: * Operating System: OpenBSD * System Architecture: amd64
issue