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.6.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.11 && <4.21), binary, bytestring, containers, parsec, template-haskell, text (>=1.2 && <2.2), th-lift-instances, unicode-collation [details] |
Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.3, ghc ==8.10.7, ghc ==9.0.1, ghc ==9.2.2, ghc ==9.4.2, ghc ==9.6.3, ghc ==9.8.1 |
License | BSD-2-Clause |
Copyright | 2021 John MacFarlane |
Author | John MacFarlane |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Revised | Revision 1 made by JohnMacFarlane at 2024-06-18T01:33:39Z |
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 2023-12-20T19:13:59Z |
Distributions | Arch:0.1.3.6, Fedora:0.1.3.5, LTSHaskell:0.1.3.6, NixOS:0.1.3.6, Stackage:0.1.3.6, openSUSE:0.1.3.6 |
Reverse Dependencies | 4 direct, 172 indirect [details] |
Executables | unicode-collate |
Downloads | 21659 total (576 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-01-06 [all 1 reports] |