[commit: ghc] master: 8.2.1-notes.rst: tweak binutils version (eb6f673)
git at git.haskell.org
git at git.haskell.org
Fri Dec 2 22:16:01 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eb6f6730d2e80ba3b0c7468c11fd2c838e56a417/ghc
>---------------------------------------------------------------
commit eb6f6730d2e80ba3b0c7468c11fd2c838e56a417
Author: Sergei Trofimovich <siarheit at google.com>
Date: Fri Dec 2 22:14:23 2016 +0000
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 at google.com>
>---------------------------------------------------------------
eb6f6730d2e80ba3b0c7468c11fd2c838e56a417
docs/users_guide/8.2.1-notes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 70b1f80..42a1ded 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -98,7 +98,7 @@ 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`.
+ `GCC 6.2.0` and `binutils 2.27`.
GHCi
~~~~
More information about the ghc-commits
mailing list