summaryrefslogtreecommitdiff
path: root/dev-haskell/text-stream-decode/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/text-stream-decode/metadata.xml')
-rw-r--r--dev-haskell/text-stream-decode/metadata.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-haskell/text-stream-decode/metadata.xml b/dev-haskell/text-stream-decode/metadata.xml
index 9b39024523a5..b7878815d80d 100644
--- a/dev-haskell/text-stream-decode/metadata.xml
+++ b/dev-haskell/text-stream-decode/metadata.xml
@@ -5,10 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- The @text@ package provides high performance functions for decoding strict and lazy @ByteString@s into @Text@. However, these functions present two issues for streaming data libraries: they throw exceptions from pure code, and are not designed for incremental consumption. This library addresses both issues with a unified API for UTF-8, -16LE, -16BE, -32LE, and -32BE. It is intended for use by high level streaming data libraries, such as conduit, enumerator, iteratee, and pipes.
- </longdescription>
- <upstream>
- <remote-id type="github">fpco/text-stream-decode</remote-id>
- </upstream>
</pkgmetadata>