[commit: ghc] ghc-8.0: relnotes: Note portability improvements (89a0be3)

git at git.haskell.org git at git.haskell.org
Tue May 10 13:05:15 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/89a0be3052763bda5ec127cf62820ca8f4679b47/ghc

>---------------------------------------------------------------

commit 89a0be3052763bda5ec127cf62820ca8f4679b47
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat May 7 10:43:19 2016 +0200

    relnotes: Note portability improvements


>---------------------------------------------------------------

89a0be3052763bda5ec127cf62820ca8f4679b47
 docs/users_guide/8.0.1-notes.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 35da123..5fdb328 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -29,7 +29,7 @@ performance improvements over the 7.10 branch.
 Highlights
 ----------
 
-The highlights, since the 7.10 branch, are:
+The highlights, since the 7.10 series, are:
 
 - The new :ghc-flag:`-XTypeInType` allows promotion of all types into
   kinds, allowing kind synonyms, kind families, promoted GADTs, and other
@@ -69,7 +69,8 @@ The highlights, since the 7.10 branch, are:
   :ghc-flag:`-fexternal-interpreter` and :ghc-flag:`-prof` (see
   :ref:`ghci-stack-traces`).
 
-- A native code generator for powerpc64 and powerpc64le architectures
+- A native code generator for powerpc64 and powerpc64le architectures, support
+  for AIX targets, and significantly improved support on ARM.
 
 - The reworked users guide you are now reading
 
@@ -502,9 +503,12 @@ Runtime system
 - The runtime linker is no longer greedy and will load only the needed objects
   from archives. This means particularly on Windows packages requiring e.g. C99
   support will now function properly. As part of this the RTS on Windows
-  no longer re-exports deprecated posix functions under the undeprecated names
+  no longer re-exports deprecated POSIX functions under the undeprecated names
   (see :ghc-ticket:`11223`).
 
+- A number of subtle but serious issues in the runtime linker were resolved on
+  ARM (summarized in :ghc-ticket:`11206`).
+
 Build system
 ~~~~~~~~~~~~
 



More information about the ghc-commits mailing list