./textproc/hs-unicode-data, Access Unicode character database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.0.1nb3, Package name: hs-unicode-data-0.4.0.1nb3, Maintainer: pkgsrc-users

unicode-data provides Haskell APIs to efficiently access the Unicode
character database. Performance is the primary goal in the design of this
package.

The Haskell data structures are generated programmatically from the Unicode
character database (UCD) files.


Required to run:
[lang/ghc94]

Master sites:

Filesize: 182.989 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 09:54:20 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-unicode-data: Fix build on GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-24 13:12:11 by Masatake Daimon | Files touched by this commit (4)
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.
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:31:41 by Masatake Daimon | Files touched by this commit (5)
Log message:
Import unicode-data-0.3.0

unicode-data provides Haskell APIs to efficiently access the Unicode
character database. Performance is the primary goal in the design of this
package.

The Haskell data structures are generated programmatically from the Unicode
character database (UCD) files.