Skip to content

Draft: Update to Unicode 15.0.0 for GHC 9.4

Pierre Le Marre requested to merge Wismill/ghc:wip/unicode_15.0.0 into ghc-9.4

Update to Unicode 15.0.0, which was published on 13th September 2022.

  • This is for GHC 9.4. It could be backported to 9.2 as well.

  • I followed the README.

  • It is not a backport of !8990 (closed), because we changed Unicode support to be pure Haskell instead of relying on cbits (!8072 (closed)).

  • Question: does it require to bump to a new base minor version? I think so.

See: #22183

Edited by Pierre Le Marre

Merge request reports