diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-07-25 18:00:54 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-05 12:47:05 -0400 |
commit | 52c156748d8883200d73e0ab199f1fb103e1e940 (patch) | |
tree | c2a02465f212d2c1d1c9e4bba5608a13c20efba7 /docs | |
parent | 16333ad780300432b974f604d9fc20ad5c6aa773 (diff) | |
download | haskell-52c156748d8883200d73e0ab199f1fb103e1e940.tar.gz |
Remove backported items from 9.6 release notes
They have been backported to 9.4 in commits 5423d84bd9a28f,
13c81cb6be95c5, 67ccbd6b2d4b9b.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst index 04ea0e3bd2..6b5aa56d15 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -77,17 +77,8 @@ Compiler ``ghc-prim`` library ~~~~~~~~~~~~~~~~~~~~ - ``ghc`` library ~~~~~~~~~~~~~~~ -- Removed `lookupOrigIO` in favor of `lookupNameCache` - -- Added a new `thNameToGhcNameIO` function that plugins can use outside the `CoreM` monad. - ``ghc-heap`` library -~~~~~~~~~~~~~~~ - -- The ``link`` field of ``GHC.Exts.Heap.WeakClosure`` has been replaced with a - ``weakLink`` field which is ``Nothing`` if and only if ``link`` would have - been NULL. +~~~~~~~~~~~~~~~~~~~~ |