unicode-collation: Haskell implementation of the Unicode Collation Algorithm
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]
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.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.4, 0.1.3.5, 0.1.3.6 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9 && <4.17), binary, bytestring, containers, parsec, template-haskell, text (>=1.2 && <1.3), th-lift-instances, unicode-collation [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.3, ghc ==8.10.3, ghc ==9.0.1 |
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 2021-11-11T17:12:57Z |
Distributions | Arch:0.1.3.6, Fedora:0.1.3.6, LTSHaskell:0.1.3.6, NixOS:0.1.3.6, Stackage:0.1.3.6, openSUSE:0.1.3.6 |
Reverse Dependencies | 4 direct, 173 indirect [details] |
Executables | unicode-collate |
Downloads | 23866 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-11-11 [all 1 reports] |