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

Segmentation fault building package on alpine.
## Summary Building the package wai-app-static causes a segmentation fault. It is possibly related to zlib, see https://github.com/haskell/zlib/issues/54 ## Steps to reproduce Using GHC 9.4.4 and cabal installed with ghcup, ``` cabal install wai-app-static ``` will report: ``` ... Starting wai-app-static-3.1.7.4 (lib) Building wai-app-static-3.1.7.4 (lib) cabal: Failed to build wai-app-static-3.1.7.4 (which is required by exe:warp from wai-app-static-3.1.7.4). The build process segfaulted (i.e. SIGSEGV). ``` ## Environment * GHC version used: 9.4.4 * Operating System: alpine * System Architecture: x86_64
issue