summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-30 13:04:26 -0400
committerSam James <sam@gentoo.org>2022-07-31 05:10:05 +0100
commit7e135500b3f630b97937e88237c6b487fb58dae6 (patch)
tree5ff6950db51eb74f61401c765a250c7b8c362d70 /dev-haskell/rfc5051/metadata.xml
parentdev-haskell/hslua-packaging: drop 2.1.0 (diff)
downloadgentoo-7e135500b3f630b97937e88237c6b487fb58dae6.tar.gz
gentoo-7e135500b3f630b97937e88237c6b487fb58dae6.tar.bz2
gentoo-7e135500b3f630b97937e88237c6b487fb58dae6.zip
dev-haskell/rfc5051: drop 0.1.0.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/rfc5051/metadata.xml')
-rw-r--r--dev-haskell/rfc5051/metadata.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-haskell/rfc5051/metadata.xml b/dev-haskell/rfc5051/metadata.xml
index 895f26e1d410..937381521944 100644
--- a/dev-haskell/rfc5051/metadata.xml
+++ b/dev-haskell/rfc5051/metadata.xml
@@ -5,23 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <use>
- <flag name="mkunicodedata">build codes generator itself</flag>
- </use>
- <longdescription>
- This library implements @i;unicode-casemap@,
- the simple, non locale-sensitive unicode collation
- algorithm described in RFC 5051 (&lt;http://www.rfc-editor.org/rfc/rfc5051.txt&gt;).
- Proper unicode collation can be done using text-icu, but that is a big
- dependency that depends on a large C library, and rfc5051 might be better
- for some purposes.
-
- Here is a list of strings sorted by the Prelude's @sort@ function:
-
- @Abe Oeb abe ab&amp;#233; oeb &amp;#193;be &amp;#196;be &amp;#212;eb &amp;#225;be &amp;#228;be &amp;#244;eb@
-
- Here is the same list sorted by @sortBy compareUnicode@:
-
- @Abe abe ab&amp;#233; &amp;#193;be &amp;#225;be &amp;#196;be &amp;#228;be Oeb oeb &amp;#212;eb &amp;#244;eb@
- </longdescription>
</pkgmetadata>