Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/extensible-exceptions/
Date: Thu, 08 Oct 2020 18:20:09
Message-Id: 1602181181.c611bf590b0158ce26b17d127f2c3ee38fd8bce4.slyfox@gentoo
1 commit: c611bf590b0158ce26b17d127f2c3ee38fd8bce4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 18:19:41 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 18:19:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c611bf59
7
8 dev-haskell/extensible-exceptions: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 .../extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild | 10 ++++++----
14 1 file changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
17 index b92a92af0db..ae922f958a1 100644
18 --- a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
19 +++ b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -# ebuild generated by hackport 0.3.9999
28 +# ebuild generated by hackport 0.6.6.9999
29
30 CABAL_FEATURES="lib profile haddock hoogle hscolour"
31 inherit haskell-cabal
32 @@ -17,8 +17,10 @@ SLOT="0/${PV}"
33 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
34 IUSE=""
35
36 -RDEPEND=">=dev-lang/ghc-6.10.4:="
37 +RDEPEND=">=dev-lang/ghc-7.4.1:=
38 +"
39 DEPEND="${RDEPEND}
40 - >=dev-haskell/cabal-1.2.3"
41 + >=dev-haskell/cabal-1.2
42 +"
43
44 CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1 7.4.2"