
Tamar Christina pushed to branch wip/bump-win32-tarballs at Glasgow Haskell Compiler / GHC Commits: 1221221c by Tamar Christina at 2025-07-02T21:28:11+01:00 rts: Fix link order between ucrt and mingwex - - - - - 1 changed file: - libraries/ghc-internal/ghc-internal.cabal.in Changes: ===================================== libraries/ghc-internal/ghc-internal.cabal.in ===================================== @@ -493,7 +493,7 @@ Library -- on Windows. Required because of mingw32. extra-libraries: wsock32, user32, shell32, mingw32, kernel32, advapi32, - mingwex, ws2_32, shlwapi, ole32, rpcrt4, ntdll, ucrt + ucrt, mingwex, ws2_32, shlwapi, ole32, rpcrt4, ntdll -- Minimum supported Windows version. -- These numbers can be found at: -- https://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).a... View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1221221c41c35a71e444ba52b1bc2556... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1221221c41c35a71e444ba52b1bc2556... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Tamar Christina (@Phyx)