summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-10-14 18:16:35 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-14 18:16:35 -0400
commit22e13c1525c117919541437e60bc4352f0bc6517 (patch)
tree3568796e69d5af92e9c4cb46e544192ffea06c61
parent2cac5d406443a01fb1ca64104b54af8d3b5e2c98 (diff)
downloadhaskell-ghc-8.4.tar.gz
Add missing parenghc-8.4
-rw-r--r--docs/users_guide/8.4.4-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/8.4.4-notes.rst b/docs/users_guide/8.4.4-notes.rst
index 8faf3749b8..5f8692d2b3 100644
--- a/docs/users_guide/8.4.4-notes.rst
+++ b/docs/users_guide/8.4.4-notes.rst
@@ -20,7 +20,7 @@ The highlights, since the 8.4.3 release, are:
version shipped with GHC 8.4.3 (see `#227
<https://github.com/haskell/text/issues/227>`_,
`#221 <https://github.com/haskell/text/issues/221>`_, and `#197
- <https://github.com/haskell/text/issues/197>`_.
+ <https://github.com/haskell/text/issues/197>`_).
- A serious code generation bug in the LLVM code generation, potentially resulting
in incorrect evaluation of floating point expressions, has been fixed