summaryrefslogtreecommitdiff
path: root/dev-haskell/text-stream-decode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-haskell/text-stream-decode
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-haskell/text-stream-decode')
-rw-r--r--dev-haskell/text-stream-decode/Manifest4
-rw-r--r--dev-haskell/text-stream-decode/metadata.xml6
-rw-r--r--dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild8
3 files changed, 6 insertions, 12 deletions
diff --git a/dev-haskell/text-stream-decode/Manifest b/dev-haskell/text-stream-decode/Manifest
index ad8e4f8a721e..1941d9ccff0b 100644
--- a/dev-haskell/text-stream-decode/Manifest
+++ b/dev-haskell/text-stream-decode/Manifest
@@ -1,3 +1,3 @@
DIST text-stream-decode-0.1.0.5.tar.gz 12335 BLAKE2B 68c52959743e76b167f968817f128ea6e8c7d91ed091a4a19e75e7965b4dfa9d6374b21e8e68d69ccab9db95e7c431bf5736494c3923d24a1d00ea796f7eced4 SHA512 9005cc7013f56809cb0a86fa57aa6bbe97936095d100e35d86ae7e9013e0bbcced3f5522da08f5fe76585fda1e8f55b364a1ad787f9c7c7be30fae6555083a5d
-EBUILD text-stream-decode-0.1.0.5.ebuild 743 BLAKE2B 66dd3435567edf627a391da4e740ac580e660b8739779812731457713e6c7511074554aafe503c450d3874115db3b79eeaa94a892f6fcff75e0340a750d2193f SHA512 34394a69ab9d1b2fc07161b185c9205f26e9733885cccf33a82a5c956b9985246fe4f45f58e8e18ea031c8f9a6a76b2570e537996f303ea79845f542fdda1e6b
-MISC metadata.xml 861 BLAKE2B 37da117b21a0d18222ba0f817b05a3385c8fdd1e5616a15eb420526b0308dad9405290399131d6eda747323cf9df3a6f6f287873ae1253cc5362d3b622393049 SHA512 9d1f9f82f3c3e75f81460cba8873f4204c5804635032a3ab3b094ecc2abc636deb2f0290fe95c6cff1177e445fa825e2a2ca23f0132e48f528c704ba5a775616
+EBUILD text-stream-decode-0.1.0.5.ebuild 742 BLAKE2B 73cfe02d3c9aca1bfb4a9fe3b2cfbdc3a9a8f8c70d0446ed8822b49730308c26e83b3eaab8f49e9dca6067a4f40ff058770e2ab163020e73426857d241458c81 SHA512 6869abd234b42d6e2cbc7e34bbb363e738774acfecb200b955d8947307446801e1418c53d01f619335bc6879097ed00cfbb9e9dac0c7d8d034e3d2a642464195
+MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015
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>
diff --git a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
index 7cfa633e38e3..8470efcdb081 100644
--- a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
+++ b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.3.6.9999
+# ebuild generated by hackport 0.6.6.9999
#hackport: flags: +text11
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/text-1.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
+ >=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8