summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-07-25 18:00:54 +0200
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-07-25 18:00:54 +0200
commit4e0c669391fd7387dde39788d59492f1827d9bcc (patch)
tree1df2d1703577893eb29bafe960d9231e3dbe3f2d
parente4bf95920a9bbcb5b6ac3715282c69f612137156 (diff)
downloadhaskell-wip/fix-9.6-relnotes.tar.gz
Remove backported items from 9.6 release noteswip/fix-9.6-relnotes
They have been backported to 9.4 in commits 5423d84bd9a28f, 13c81cb6be95c5, 67ccbd6b2d4b9b.
-rw-r--r--docs/users_guide/9.6.1-notes.rst11
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.
+~~~~~~~~~~~~~~~~~~~~