[commit: ghc] ghc-8.2: Various post-release wibbles (d3bd88a)
git at git.haskell.org
git at git.haskell.org
Tue Nov 21 22:57:12 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/d3bd88ac93da34c72985a1e4237cc30a5877e3d3/ghc
>---------------------------------------------------------------
commit d3bd88ac93da34c72985a1e4237cc30a5877e3d3
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 21 17:56:09 2017 -0500
Various post-release wibbles
>---------------------------------------------------------------
d3bd88ac93da34c72985a1e4237cc30a5877e3d3
ANNOUNCE | 6 +++---
docs/users_guide/8.2.2-notes.rst | 2 +-
libraries/base/changelog.md | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE
index 17ca5d6..9e1676b 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -36,7 +36,7 @@ Notable bug-fixes include
A thorough list of the changes in the release can be found in the release
notes,
- https://haskell.org/ghc/docs/8.2.2/html/users_guide/release-8-2-2.html
+ https://haskell.org/ghc/docs/8.2.2/html/users_guide/8.2.2-notes.html
How to get it
@@ -76,7 +76,7 @@ information, links to research groups) are available from the Haskell home page
On-line GHC-related resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Relevant URLs on the World-Wide Web:
+Relevant URLs:
GHC home page https://www.haskell.org/ghc/
GHC developers' home page https://ghc.haskell.org/trac/ghc/
@@ -88,7 +88,7 @@ Supported Platforms
The list of platforms we support, and the people responsible for them, is here:
- https://ghc.haskell.org/trac/ghc/wiki/Contributors
+ https://ghc.haskell.org/trac/ghc/wiki/TeamGHC
Ports to other platforms are possible with varying degrees of difficulty. The
Building Guide describes how to go about porting to a new platform:
diff --git a/docs/users_guide/8.2.2-notes.rst b/docs/users_guide/8.2.2-notes.rst
index bf00159..fa3c4c3 100644
--- a/docs/users_guide/8.2.2-notes.rst
+++ b/docs/users_guide/8.2.2-notes.rst
@@ -16,7 +16,7 @@ The highlights since the 8.0 release include:
(:ghc-ticket:`13707`, :ghc-ticket:`14346`)
- A correctness issue leading to undefined behavior in some programs making use
- of STM (:ghc-ticket:`14717`)
+ of STM (:ghc-ticket:`14171`)
- A runtime system bug which may have manifested as a segmentation fault under
low-memory conditions (:ghc-ticket:`14329`)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index ddd2dff..6f3cf4a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -4,7 +4,7 @@
* Bundled with GHC 8.2.2
* The file locking primitives provided by `GHC.IO.Handle` now use
- Linux open file descriptor locking if available.
+ Linux open file descriptor locking if available.
* Fixed bottoming definition of `clearBit` for `Natural`
More information about the ghc-commits
mailing list