summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeo Camarasu <teofilcamarasu@gmail.com>2023-02-28 21:47:31 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-16 12:17:50 -0400
commit5ddbf5edcb64f04b3527efcac727813080380aa6 (patch)
treeab6d796e4d49fbfe4d3dc9a9b93b415abd4bfd3f /docs
parentc9c26cd60692feadcec78c51041df1dbf0caaf8f (diff)
downloadhaskell-5ddbf5edcb64f04b3527efcac727813080380aa6.tar.gz
Add changelog entry for #23049
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
~~~~