diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 19:46:50 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:12 +0700 |
commit | d5680899ebbf2836d7f37909f5bb6437acabcc43 (patch) | |
tree | 3e2060693ec17a316301c84d999493588ff05723 /haskell/haskell-unicode-collation/slack-desc | |
parent | e828f749f0c475a2c6611dd1bbe088e0d2b8a067 (diff) |
haskell/haskell-unicode-collation: Added (Unicode Collation).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-unicode-collation/slack-desc')
-rw-r--r-- | haskell/haskell-unicode-collation/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-unicode-collation/slack-desc b/haskell/haskell-unicode-collation/slack-desc new file mode 100644 index 0000000000000..611668df3b3b8 --- /dev/null +++ b/haskell/haskell-unicode-collation/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-unicode-collation: haskell-unicode-collation (implementation of Unicode Collation) +haskell-unicode-collation: +haskell-unicode-collation: This library provides a pure Haskell implementation of the Unicode +haskell-unicode-collation: Collation Algorithm described at +haskell-unicode-collation: http://www.unicode.org/reports/tr10/. +haskell-unicode-collation: +haskell-unicode-collation: https://hackage.haskell.org/package/unicode-collation +haskell-unicode-collation: +haskell-unicode-collation: +haskell-unicode-collation: +haskell-unicode-collation: |