unicode-collation: Haskell implementation of the Unicode Collation Algorithm
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This library provides a pure Haskell implementation of
the Unicode Collation Algorithm described at
http://www.unicode.org/reports/tr10/. It is not
as fully-featured or as performant as text-icu
, but
it avoids a dependency on a large C library.
Locale-specific tailorings are also provided.
[Skip to Readme]
Properties
Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11 && <4.18), binary, bytestring, containers, parsec, template-haskell, text (>=1.2 && <2.1), th-lift-instances, unicode-collation [details] |
License | BSD-2-Clause |
Copyright | 2021 John MacFarlane |
Author | John MacFarlane |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Category | Text |
Home page | https://github.com/jgm/unicode-collation |
Bug tracker | https://github.com/jgm/unicode-collation/issues |
Source repo | head: git clone https://github.com/jgm/unicode-collation.git |
Uploaded | by JohnMacFarlane at 2022-10-03T02:43:41Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
doctests | Run doctests as part of test suite.
Use with: | Disabled |
executable | Build the unicode-collate executable. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- unicode-collation-0.1.3.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees