Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-unicode-data
From: Masatake Daimon
Date: 2025-01-30 13:02:07
Message id: 20250130120207.BE8A4FBE0@cvs.NetBSD.org
Log Message:
textproc/hs-unicode-data: update to unicode-data-0.6.0
## 0.6.0 (July 2024)
- Updated to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
- Added `showCodePoint` to `Unicode.Char`.
- Added `intToDigiT` to `Unicode.Char.Numeric`.
### Removed
- Removed deprecated `isLetter` and `isSpace` from `Unicode.Char.General`.
Use the corresponding functions from `Unicode.Char.General.Compat` instead.
- Remove deprecated `isLower` and `isUpper` from `Unicode.Char.Case`.
Use the corresponding functions from `Unicode.Char.Case.Compat` instead.
- Removed deprecated `Unicode.Char.Numeric.isNumber`.
Use `Unicode.Char.Numeric.Compat.isNumber` instead.
### Deprecations
- `Unicode.Char.General.isAlphaNum`.
Use `Unicode.Char.General.Compat.isAlphaNum` instead.
## 0.5.0 (July 2024)
- Fix the inlining of `Addr#` literals and reduce their size. This results in
a sensible decrease of the executable size.
- Changed `integerValue` from `Char -> Maybe Int` to `(Integral a) => Char \
-> Maybe a`.
Files: