Skip to content

Update Unicode database version and expose version number in GHC.Unicode

Ben Gamari requested to merge wip/unicode-version into master

The first commit exposes a Data.Version.Version representing the version of the Unicode database used by base. This should clear up some confusion I have seen in tickets regarding with which Unicode versions a given GHC can be expected to work.

The second commit updates the database to 12.1.0.

Merge request reports