Skip to content

(ghc-9.4 backport) Restore mingwex dependency on Windows, remove mingwex symbol stubs in RTS

Ryan Scott requested to merge wip/MR10360-backport-9.4 into ghc-9.4

This backports the commits from !10360 (closed) (specifically, 2b1a4abe and 28954758) to the ghc-9.4 branch. As noted in #23309 (comment 506094), this is important to prevent linker regressions in Hackage libraries that were implicitly depending on mingwex always being present.

Merge request reports