Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-unicode-data
From: Masatake Daimon
Date: 2023-01-24 13:12:11
Message id: 20230124121211.BF8CEFA90@cvs.NetBSD.org
Log Message:
textproc/hs-unicode-data: Update to 0.4.0.1
0.4.0.1 (December 2022)
* Fix Unicode blocks handling on big-endian architectures.
0.4.0 (September 2022)
* Update to Unicode 15.0.0.
0.3.1 (September 2022)
* Added full case conversions to Unicode.Char.Case:
- Case folding: caseFoldMapping and toCaseFoldString.
- Lower case: lowerCaseMapping and toLowerString.
- Upper case: upperCaseMapping and toUpperString.
- Title case: titleCaseMapping and toTitleString.
- Stream mechanism: Unfold and Step.
- Added isNumeric, numericValue and integerValue to Unicode.Char.Numeric.
- Added the module Unicode.Char.General.Blocks.
- Add compatibility module:
* Unicode.Char.Numeric.Compat
* Deprecations
- Unicode.Char.Numeric.isNumber: it will be replaced by isNumeric in a
future version of this package. Use the function in
Unicode.Char.Numeric.Compat instead.
Files: