summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.4.2-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/8.4.2-notes.rst')
-rw-r--r--docs/users_guide/8.4.2-notes.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/users_guide/8.4.2-notes.rst b/docs/users_guide/8.4.2-notes.rst
index 7002caae0d..e579e83c7c 100644
--- a/docs/users_guide/8.4.2-notes.rst
+++ b/docs/users_guide/8.4.2-notes.rst
@@ -20,8 +20,8 @@ Full details
Language
~~~~~~~~
-- Fix a regression in which derived `Read` instances for record data types
- with field names ending with `#` (by way of :ghc-flag:`-XMagicHash`) would
+- Fix a regression in which derived ``Read`` instances for record data types
+ with field names ending with ``#`` (by way of :ghc-flag:`-XMagicHash`) would
no longer parse valid output.
Compiler
@@ -43,8 +43,14 @@ Template Haskell
``base`` library
~~~~~~~~~~~~~~~~
-- Add the `readFieldHash` function to `GHC.Read` which behaves like
- `readField`, but for a field that ends with a `#` symbol.
+- Add the ``readFieldHash`` function to ``GHC.Read`` which behaves like
+ ``readField``, but for a field that ends with a ``#`` symbol.
+
+``integer-gmp`` library
+~~~~~~~~~~~~~~~~~~~~~~~
+
+- Define ``powModSecInteger``, a "secure" version of ``powModInteger`` using
+ the ``mpz_powm_sec`` function.
Build system
~~~~~~~~~~~~