diff options
author | Tamar Christina <tamar@zhox.com> | 2016-11-29 16:58:53 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-29 20:38:43 -0500 |
commit | 20c06143a7bfc6548351e610350a8e1c0d8a0bb9 (patch) | |
tree | 7ce063c54cebd4b61746fda693037075a852e8fc /docs | |
parent | 605bb9b4608121c462fb3d9f9281e7427f7ccc72 (diff) | |
download | haskell-20c06143a7bfc6548351e610350a8e1c0d8a0bb9.tar.gz |
Update Mingw-w64 bindist for Windows
This updates the binary dists for windows to GCC 6.2.0 and
binutils 2.27.2 which has fixes required for LLVM.
Test Plan: ./validate
Reviewers: simonmar, erikd, austin, bgamari
Reviewed By: simonmar, bgamari
Subscribers: thomie, #ghc_windows_task_force
Differential Revision: https://phabricator.haskell.org/D2749
GHC Trac Issues: #12871, #8974
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.2.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst index 984889f991..70b1f8001a 100644 --- a/docs/users_guide/8.2.1-notes.rst +++ b/docs/users_guide/8.2.1-notes.rst @@ -97,6 +97,9 @@ Compiler data TSyn = (T :: (forall k. k -> Type) -> Type) +- The Mingw-w64 toolchain for the Windows version of GHC has been updated. GHC now uses
+ `GCC 6.2.0` and `binutils 1.27.2`. + GHCi ~~~~ |