diff options
author | Pierre Le Marre <dev@wismill.eu> | 2022-09-19 09:36:44 +0200 |
---|---|---|
committer | Pierre Le Marre <dev@wismill.eu> | 2022-10-05 15:58:43 +0200 |
commit | fbe1e86ea5e793533898d6935a3b4e60afbd04a7 (patch) | |
tree | 62a86c2cc8223874b7aabe667275ec9309baf5a0 /docs | |
parent | 463ffe0287eab354a438304111041ef82d2ed016 (diff) | |
download | haskell-fbe1e86ea5e793533898d6935a3b4e60afbd04a7.tar.gz |
Minor fixes following Unicode 15.0.0 update
- Fix changelog for Unicode 15.0.0
- Fix the checksums of the downloaded Unicode files, in base's tool: "ucd2haskell".
Diffstat (limited to 'docs')
-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 54f4a3fed2..1afc9f7093 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -129,6 +129,8 @@ Runtime system ``(<=)`` instead of ``compare`` per CLC proposal: https://github.com/haskell/core-libraries-committee/issues/24 +- Updated to `Unicode 15.0.0 <https://www.unicode.org/versions/Unicode15.0.0/>`_. + ``ghc-prim`` library ~~~~~~~~~~~~~~~~~~~~ |