diff options
author | Brandon Chinn <brandonchinn178@gmail.com> | 2022-06-15 19:56:59 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-22 08:23:28 -0400 |
commit | 4c9dfd69621c85abad70764359af2fd87138b335 (patch) | |
tree | b6f30b38d6531dca185a7bfd92e4c7772e04674a /docs/users_guide/9.6.1-notes.rst | |
parent | 19606c4208db191165285b79ebc1efe7fb7f4ae4 (diff) | |
download | haskell-4c9dfd69621c85abad70764359af2fd87138b335.tar.gz |
Break out thNameToGhcNameIO (ref. #21730)
Diffstat (limited to 'docs/users_guide/9.6.1-notes.rst')
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst index 252ed8fb97..04ea0e3bd2 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -83,6 +83,8 @@ Compiler - Removed `lookupOrigIO` in favor of `lookupNameCache` +- Added a new `thNameToGhcNameIO` function that plugins can use outside the `CoreM` monad. + ``ghc-heap`` library ~~~~~~~~~~~~~~~ |