summaryrefslogtreecommitdiff
path: root/libraries/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-0/+0
| | | | | | | | | | | | | | | | | | | Update to Win32 2.6 which is the expected version release for 8.4 This involves moving Cabal forward which brings some backwards incompatible changes that needs various fixups. Bump a bunch of submodules Test Plan: ./validate Reviewers: austin, bgamari, angerman Reviewed By: bgamari, angerman Subscribers: angerman, thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D4133
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-251-0/+0
| | | | | | This reverts commit 561bdca16e2fe88d0b96fc10098955eabca81bba. submodule
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-251-0/+0
| | | | | | | | | | | | | | | | Summary: Update to Win32 2.6 which is the expected version release for 8.4 This bumps the required submodule s as well. Test Plan: ./validate Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4117
* Bump a bunch of submodulesBen Gamari2017-07-231-0/+0
|
* Bump Win32 submoduleBen Gamari2017-04-031-0/+0
| | | | Fixes #13514.
* Fix Windows x86 buildTamar Christina2017-03-201-0/+0
| | | | | | | | | | | | | | | | | | Summary: Fix some `-Werror` failures and work around a bug in the `x86` version of `mingw-w64-crt`'s libraries. The bump in the `win32` submodule is required for this. Test Plan: ./validate Reviewers: austin, bgamari, erikd, simonmar Reviewed By: simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3362
* Win32: bump submodule to v2.5.2.0Tamar Christina2017-03-081-0/+0
| | | | | | | | | | | | Summary: This fixes the Windows build after the latest -Werror patches landed. Test Plan: ./validate Reviewers: austin, bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3293
* Bump Win32 submodule to 2.5.1.0Ben Gamari2017-02-201-0/+0
|
* Update Win32 submodule to fix Windows buildMatthew Pickering2017-01-251-0/+0
| | | | | | | | Reviewers: RyanGlScott, austin, Phyx, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3021
* Bump Win32 version.Ben Gamari2017-01-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Revert accidental submodule updatesThomas Miedema2016-06-181-0/+0
| | | | | Commit 77bb09270c70455bbd547470c4e995707d19f37d seems to have accidentally set some submodules to earlier versions. Undo this.
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | With TypeInType Richard combined ForAllTy and FunTy, but that was often awkward, and yielded little benefit becuase in practice the two were always treated separately. This patch re-introduces FunTy. Specfically * New type data TyVarBinder = TvBndr TyVar VisibilityFlag This /always/ has a TyVar it. In many places that's just what what we want, so there are /lots/ of TyBinder -> TyVarBinder changes * TyBinder still exists: data TyBinder = Named TyVarBinder | Anon Type * data Type = ForAllTy TyVarBinder Type | FunTy Type Type | .... There are a LOT of knock-on changes, but they are all routine. The Haddock submodule needs to be updated too
* Update Win32 submodule to v2.3.1.1 release tagHerbert Valerio Riedel2016-05-061-0/+0
|
* Update Win32 submodule to fix 77b7f24543f falloutHerbert Valerio Riedel2015-12-181-0/+0
| | | | | | Turns out Win32 wasn't de-tabbed yet... sigh... [skip ci]
* libraries: update win32 submoduleAustin Seipp2015-03-191-0/+0
| | | | | | This update fixes #10165. Signed-off-by: Austin Seipp <austin@well-typed.com>
* libraries/win32: update submoduleAustin Seipp2015-03-161-0/+0
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Update Win32 submodule to avoid potential -Werror failureHerbert Valerio Riedel2014-10-011-0/+0
|
* Update submodule to Win32-2.3.0.2Herbert Valerio Riedel2014-03-181-0/+0
| | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update Win32 submodule to pull in version bumpHerbert Valerio Riedel2014-01-291-0/+0
| | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update Win32 submodule.Austin Seipp2013-08-191-0/+0
| | | | | | This fixes a build failure for i386/Windows. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Update submodulesIan Lynagh2013-02-161-0/+0
|
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-0/+0