ghc-unicode-collation 0.1.3.4
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.
- Outputs:
out
- Website: https://github.com/jgm/unicode-collation
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-unicode-collation 0.1.3.4
as follows:
guix install ghc-unicode-collation@0.1.3.4
Or install the latest version:
guix install ghc-unicode-collation
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.