[commit: ghc] ghc-8.4: Add missing paren (22e13c1)
git at git.haskell.org
git at git.haskell.org
Mon Oct 15 16:07:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.4
Link : http://ghc.haskell.org/trac/ghc/changeset/22e13c1525c117919541437e60bc4352f0bc6517/ghc
>---------------------------------------------------------------
commit 22e13c1525c117919541437e60bc4352f0bc6517
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Oct 14 18:16:35 2018 -0400
Add missing paren
>---------------------------------------------------------------
22e13c1525c117919541437e60bc4352f0bc6517
docs/users_guide/8.4.4-notes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/8.4.4-notes.rst b/docs/users_guide/8.4.4-notes.rst
index 8faf374..5f8692d 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
More information about the ghc-commits
mailing list