forked from pool/ghc-unicode-data
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unicode-data?expand=0&rev=22
159 lines
5.7 KiB
Plaintext
159 lines
5.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 26 18:30:11 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.6.0 revision 2.
|
|
## 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`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 23 13:36:34 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.4.0.1 revision 3.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 29 12:45:21 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.4.0.1 revision 2.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:08:47 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 17 16:15:03 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.4.0.1 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 17 21:27:17 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.4.0.1.
|
|
## 0.4.0.1 (December 2022)
|
|
|
|
- Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 04:50:52 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.4.0.
|
|
## 0.4.0 (September 2022)
|
|
|
|
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 28 08:42:19 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.3.1.
|
|
## 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 12 18:36:24 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.3.0 revision 2.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 9 09:48:46 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unicode-data to version 0.3.0 revision 1.
|
|
## 0.3.0 (December 2021)
|
|
|
|
- Support for big-endian architectures.
|
|
- Added `unicodeVersion`.
|
|
- Added `GeneralCategory` data type and corresponding `generalCategoryAbbr`,
|
|
`generalCategory` functions.
|
|
- Added the following functions to `Unicode.Char.General`:
|
|
`isAlphabetic`, `isAlphaNum`,
|
|
`isControl`, `isMark`, `isPrint`, `isPunctuation`, `isSeparator`,
|
|
`isSymbol` and `isWhiteSpace`.
|
|
- Added the module `Unicode.Char.Numeric`.
|
|
- Add compatibility modules:
|
|
|
|
- `Unicode.Char.General.Compat`
|
|
- `Unicode.Char.Case.Compat`
|
|
|
|
These modules are compatible with `base:Data.Char`.
|
|
- Re-export some functions from `Data.Char` in order to make `Unicode.Char`
|
|
a drop-in replacement in a _future_ version of this package.
|
|
- Drop support for GHC 7.10.3
|
|
|
|
### Deprecations
|
|
|
|
- In `Unicode.Char.Case`:
|
|
|
|
- `isUpper`: use `isUpperCase` instead.
|
|
- `isLower`: use `isLowerCase` instead.
|
|
|
|
- In `Unicode.Char.General`:
|
|
|
|
- `isLetter`: use `isAlphabetic` instead.
|
|
- `isSpace`: use `isWhiteSpace` instead.
|
|
|
|
- In `Unicode.Char`: same as hereinabove. These functions will be replaced in a
|
|
_future_ release with the functions with the same names from
|
|
`Unicode.Char.Case.Compat` and `Unicode.Char.General.Compat`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 20 17:30:48 UTC 2021 - psimons@suse.com
|
|
|
|
- Update unicode-data to version 0.2.0.
|
|
## 0.2.0 (November 2021)
|
|
|
|
* Update to [Unicode 14.0.0](https://www.unicode.org/versions/Unicode14.0.0/).
|
|
* Add `Unicode.Char.Identifiers` supporting Unicode Identifier and Pattern
|
|
Syntax.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 23 13:02:08 UTC 2021 - psimons@suse.com
|
|
|
|
- Add unicode-data at version 0.1.0.1.
|
|
|