Loading
ghc: Fix regression in unregisterised builds
The default GCC compiler in Nixpkgs was recently changed, bringing in a new default C standard (gnu23), which GHC's C backend is not compatible with. This fix adds a flag to force GCC to use an older compatible C standard.