summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/9.8.1-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/9.8.1-notes.rst b/docs/users_guide/9.8.1-notes.rst
index e64fc49dcc..8d8e451e9b 100644
--- a/docs/users_guide/9.8.1-notes.rst
+++ b/docs/users_guide/9.8.1-notes.rst
@@ -32,6 +32,9 @@ Compiler
the specification described in the documentation of the `INCOHERENT` pragma. See GHC ticket
#22448 for further details.
+- Fix a bug in TH causing excessive calls to ``setNumCapabilities`` when ``-j`` is greater than ``-N``.
+ See GHC ticket #23049.
+
GHCi
~~~~