diff options
author | Sergei Trofimovich <siarheit@google.com> | 2016-12-02 22:14:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2016-12-02 22:14:23 +0000 |
commit | eb6f6730d2e80ba3b0c7468c11fd2c838e56a417 (patch) | |
tree | 3b6e9d921319a4920d377a93495af9cddb563e89 /docs | |
parent | 2350906bfb496758d81caf3b66b232e1950285e9 (diff) | |
download | haskell-eb6f6730d2e80ba3b0c7468c11fd2c838e56a417.tar.gz |
8.2.1-notes.rst: tweak binutils version
It's 2.27 (-2), not 1.27.2. Dropped stray '\r'.
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.2.1-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst index 70b1f8001a..42a1ded1b0 100644 --- a/docs/users_guide/8.2.1-notes.rst +++ b/docs/users_guide/8.2.1-notes.rst @@ -97,8 +97,8 @@ 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`. +- The Mingw-w64 toolchain for the Windows version of GHC has been updated. GHC now uses + `GCC 6.2.0` and `binutils 2.27`. GHCi ~~~~ |