This package browser is in early development. Mind the rough edges.

ghc-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.

Installation

Install the latest version of ghc-unicode-collation as follows:

guix install ghc-unicode-collation

Or install a particular version:

guix install ghc-unicode-collation@0.1.3.3

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.