diff options
author | Ben Gamari <ben@well-typed.com> | 2017-01-23 14:52:36 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-24 16:42:16 -0500 |
commit | 2aaafc8b9788e4a3447a10740479e0e7c0622cda (patch) | |
tree | b9ce8084c8d5f842221ba1c2c1a474542fcc1941 /libraries | |
parent | 2cc67adb29b33e15727c6463ed84e43cc159b3a2 (diff) | |
download | haskell-2aaafc8b9788e4a3447a10740479e0e7c0622cda.tar.gz |
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
Diffstat (limited to 'libraries')
m--------- | libraries/Cabal | 0 | ||||
m--------- | libraries/Win32 | 0 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/process | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 7502659b7684e057047c68886df9c061645992c +Subproject 824d0bae1aee2a25cabdcef92e5e1dd470c7dac diff --git a/libraries/Win32 b/libraries/Win32 -Subproject bb9469ece0b882017fa7f3b51e8db1d2985d672 +Subproject 8d3f144a902bd13e1c6192e62ac1b2cf7cef595 diff --git a/libraries/directory b/libraries/directory -Subproject 65d1d85a3fc3373a425a0298d572da9cd9ee3d8 +Subproject 4a4a19d1c46c70ffd9a3e1c4c283e2e16214258 diff --git a/libraries/process b/libraries/process -Subproject 85cc1d17e9550a075003a764a2429d4acde6515 +Subproject 0524859137fc01bdb2a4833fd0aa6b23a48c6b1 |