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

Compiling ghc with `-fmax-worker-args=20` causes absentError panic.
Using `stage1.*.ghc.hs.opts += -fmax-worker-args=20` and `hadrian/build -j2 -o_max20` the resulting executable panics with this error: ``` andi@horzube:~/ghc_head$ _max20/stage1/bin/ghc nofib/spectral/simple/Main.hs -O -fforce-recomp -c ghc: internal error: Oops! Entered absent arg Arg: ww Type: Bool In module `GHC.Tc.Utils.Monad' (GHC version 9.5.20220502 for x86_64_unknown_linux) Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug Aborted (core dumped) ``` Likely a bug in W/W or demand analysis.
issue