summaryrefslogtreecommitdiff
path: root/textproc/hs-unicode-collation
AgeCommit message (Collapse)AuthorFilesLines
2022-08-20hs*: recursive bump for new dependencies neededwiz2-4/+4
for hs-aeson, hs-vector
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho2-4/+4
2022-02-12revbump after changing the default Haskell compilerpho2-3/+4
2022-02-12textproc/hs-unicode-collation: import hs-unicode-collation-0.1.3.1pho5-0/+87
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.