Bump Win32 version.
Bump the version of `Win32` to `2.5.0.0` which is a major update and includes fixes for wrong alignments and wrong 64-bit types. Strangely enough this also seems to resolve #12713, where `T10858` was failing due to too-low allocations. The underlying type aliases have changed, so there is a potential for user programs not to compile anymore, but the types were incorrect. This also requires a bump in the `directory`, `Cabal`, and `process` submodules. Original author: Tamar Christina <tamar@zhox.com> Test Plan: ./validate Reviewers: bgamari, RyanGlScott, austin Subscribers: hvr, RyanGlScott, thomie, #ghc_windows_task_force Differential Revision: https://phabricator.haskell.org/D2938
Showing
- compiler/ghc.cabal.in 1 addition, 1 deletioncompiler/ghc.cabal.in
- compiler/main/SysTools.hs 6 additions, 2 deletionscompiler/main/SysTools.hs
- ghc/ghc-bin.cabal.in 1 addition, 1 deletionghc/ghc-bin.cabal.in
- libraries/Cabal 1 addition, 1 deletionlibraries/Cabal
- libraries/Win32 1 addition, 1 deletionlibraries/Win32
- libraries/directory 1 addition, 1 deletionlibraries/directory
- libraries/process 1 addition, 1 deletionlibraries/process
- testsuite/tests/deriving/perf/all.T 1 addition, 3 deletionstestsuite/tests/deriving/perf/all.T
- testsuite/timeout/WinCBindings.hsc 3 additions, 2 deletionstestsuite/timeout/WinCBindings.hsc
Please register or sign in to comment