Skip to content

Commit

Permalink
dev-haskell/text-stream-decode: update to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 1, 2020
1 parent a32dd6d commit c72785d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions dev-haskell/text-stream-decode/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@
<email>[email protected]</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>
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit c72785d

Please sign in to comment.