diff options
author | Teo Camarasu <teofilcamarasu@gmail.com> | 2023-02-28 21:47:31 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-16 12:17:50 -0400 |
commit | 5ddbf5edcb64f04b3527efcac727813080380aa6 (patch) | |
tree | ab6d796e4d49fbfe4d3dc9a9b93b415abd4bfd3f | |
parent | c9c26cd60692feadcec78c51041df1dbf0caaf8f (diff) | |
download | haskell-5ddbf5edcb64f04b3527efcac727813080380aa6.tar.gz |
Add changelog entry for #23049
-rw-r--r-- | docs/users_guide/9.8.1-notes.rst | 3 |
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 ~~~~ |