diff options
Diffstat (limited to 'dev-haskell/text-short/metadata.xml')
| -rw-r--r-- | dev-haskell/text-short/metadata.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-haskell/text-short/metadata.xml b/dev-haskell/text-short/metadata.xml index ac1368778e9b..cdca8484d0c0 100644 --- a/dev-haskell/text-short/metadata.xml +++ b/dev-haskell/text-short/metadata.xml @@ -5,14 +5,9 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - This package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'. - - The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload. - </longdescription> <use> - <flag name="asserts">Enable runtime-checks via 'assert'</flag> + <flag name="debug">Enable runtime-checks via 'assert'</flag> </use> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
