summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2021-12-24 17:02:55 +0000
committerZubin Duggal <zubin.duggal@gmail.com>2021-12-24 22:36:03 +0530
commit0a72c395dd6d8235ec43fff62e8832e036e4aac0 (patch)
tree3ad651ad0af404ffeb20bd01cabc589a4ffc152e
parentf5584045e5e2190175062f1cf329d24b46c83963 (diff)
downloadhaskell-0a72c395dd6d8235ec43fff62e8832e036e4aac0.tar.gz
Update release notes
-rw-r--r--docs/users_guide/9.0.2-notes.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/users_guide/9.0.2-notes.rst b/docs/users_guide/9.0.2-notes.rst
index bae7261f34..cdb257ecb6 100644
--- a/docs/users_guide/9.0.2-notes.rst
+++ b/docs/users_guide/9.0.2-notes.rst
@@ -43,7 +43,7 @@ General bug fixes
- Fix a bug where code may be unloaded prematurely when using the parallel
garbage collector (see :ghc-ticket:`19417`).
-- Fix a long standing GHC API bug affecting clients like HLS where async
+- Fix a long standing GHC API bug affecting clients like Haskell Language Server where async
exceptions used to cancel threads during typechecking would be caught by the
Template Haskell evaluator and reported as compile errors (:ghc-ticket:`19410`).
@@ -145,17 +145,17 @@ General bug fixes
(:ghc-ticket:`20648`).
- Fix a bug with the GC resulting in object code being prematurely collected
- object code leading to runtime crashes (:ghc-ticket:`20649`).
+ leading to runtime crashes (:ghc-ticket:`20649`).
-- `GHC.Event.Manager`: Don't use one-shot kqueue on macOS. This reverts a
+- ``GHC.Event.Manager``: Don't use one-shot kqueue on macOS. This reverts a
commit that removed the workaround for a bug (:ghc-ticket:`7651`) in the OSX
implementation of kqueue. It turns out the bug still affects modern macOS
versions, so we keep the workaround for now. (:ghc-ticket:`20662`).
-- Check the buffer size before calling the continuation in withEncodedCString
+- Check the buffer size before calling the continuation in ``withEncodedCString``
(:ghc-ticket:`20107`).
-- Pass -DLIBICONV_PLUG when building base library on FreeBSD (:ghc-ticket:`19958`).
+- Pass ``-DLIBICONV_PLUG`` when building base library on FreeBSD (:ghc-ticket:`19958`).
- Make unsafeDupablePerformIO have a lazy demand (:ghc-ticket:`19181`).
@@ -175,9 +175,9 @@ Packaging fixes
- Include hyperlinked sources in released haddock documentation (:ghc-ticket:`19455`).
-- Don't include ``configure`` scripts in windows bindist. (:ghc-ticket:`19868`).
+- Don't include ``configure`` scripts in Windows bindist. (:ghc-ticket:`19868`).
-- Always create both versioned and unversioned executables with the hadrian bindist.
+- Ship both both versioned and unversioned executables with the hadrian bindist.
(:ghc-ticket:`20074`).
- Give ``ghc-pkg`` the same version as ``ghc`` (:ghc-ticket:`20087`).