diff options
Diffstat (limited to 'docs/users_guide/8.6.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.6.1-notes.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/users_guide/8.6.1-notes.rst b/docs/users_guide/8.6.1-notes.rst index 8920ea8132..bda1ddcbeb 100644 --- a/docs/users_guide/8.6.1-notes.rst +++ b/docs/users_guide/8.6.1-notes.rst @@ -126,7 +126,6 @@ Runtime system Template Haskell ~~~~~~~~~~~~~~~~ - ``ghc`` library ~~~~~~~~~~~~~~~ @@ -141,6 +140,12 @@ Template Haskell ``contravariant`` (``Data.Functor.Contravariant.Divisible``, etc.) have not been moved to ``base``, and they still reside in ``contravariant``. +``ghc-prim`` library +~~~~~~~~~~~~~~~~~~~~ + +- Version number 0.5.2.1 (was 0.5.2.0) + +- Added new ``addWordC#`` operation for unsigned addition with carry. Build system ~~~~~~~~~~~~ |