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 53E71138359 for ; Tue, 27 Oct 2020 08:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A0DE0848; Tue, 27 Oct 2020 08:46:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55C9DE085E for ; Tue, 27 Oct 2020 08:46:52 +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 E32FA335D79 for ; Tue, 27 Oct 2020 08:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696BA3BB for ; Tue, 27 Oct 2020 08:46:49 +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: <1603787707.e0326ed8766823aa544c5008dd40995e09d8fe84.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path-pieces/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/path-pieces/path-pieces-0.2.1.ebuild X-VCS-Directories: dev-haskell/path-pieces/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e0326ed8766823aa544c5008dd40995e09d8fe84 X-VCS-Branch: master Date: Tue, 27 Oct 2020 08:46:49 +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: 19d3ec8c-b33c-474b-abfa-264ab79fd5d3 X-Archives-Hash: 99bf011db0c433b8409fdf745a513af7 commit: e0326ed8766823aa544c5008dd40995e09d8fe84 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Oct 27 08:35:07 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 27 08:35:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0326ed8 dev-haskell/path-pieces: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/path-pieces/path-pieces-0.2.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild b/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild index b61283ae4fe..e44cb79ef1f 100644 --- a/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild +++ b/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild @@ -1,9 +1,9 @@ # 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.4.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -18,10 +18,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/text-0.5:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.6.2:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 + >=dev-haskell/cabal-1.16.0 test? ( >=dev-haskell/hspec-1.3 dev-haskell/hunit dev-haskell/quickcheck )