- 
                Notifications
    You must be signed in to change notification settings 
- Fork 104
Closed
Description
msys2 suggest using the UCRT64 environment. GHCup's msys2 uses the MINGW64 environment.
UCRT64 is the environment that links to the newer Windows UCRT library1, and MINGW64 links to the older MSVCRT library2.
Is it possible to build Haskell using the newer UCRT64 environment? And are there any benefits? I like being progressive.