From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2E48138359 for ; Sun, 1 Nov 2020 11:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69880E0863; Sun, 1 Nov 2020 11:06:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54901E0863 for ; Sun, 1 Nov 2020 11:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40272340A5C for ; Sun, 1 Nov 2020 11:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9695D436 for ; Sun, 1 Nov 2020 11:06:37 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1604228790.c72785d2280bb6f221aebf54e22e03b92ce637ab.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/text-stream-decode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/text-stream-decode/metadata.xml dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild X-VCS-Directories: dev-haskell/text-stream-decode/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c72785d2280bb6f221aebf54e22e03b92ce637ab X-VCS-Branch: master Date: Sun, 1 Nov 2020 11:06:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d70a8fce-e980-497c-9a4c-9839c62e10c2 X-Archives-Hash: 2b4b14d5a760875461820334ca58bab6 commit: c72785d2280bb6f221aebf54e22e03b92ce637ab Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 1 11:02:06 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 1 11:06:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72785d2 dev-haskell/text-stream-decode: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/text-stream-decode/metadata.xml | 6 ------ dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-haskell/text-stream-decode/metadata.xml b/dev-haskell/text-stream-decode/metadata.xml index 9b39024523a..b7878815d80 100644 --- a/dev-haskell/text-stream-decode/metadata.xml +++ b/dev-haskell/text-stream-decode/metadata.xml @@ -5,10 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - 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. - - - fpco/text-stream-decode - 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 7cfa633e38e..8470efcdb08 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