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/failure/
Date: Sat, 10 Oct 2020 09:10:43
Message-Id: 1602320373.3382ccee3d67f9d6a121867914b520276a470f57.slyfox@gentoo
1 commit: 3382ccee3d67f9d6a121867914b520276a470f57
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 08:59:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 08:59:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3382ccee
7
8 dev-haskell/failure: 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 dev-haskell/failure/failure-0.2.0.3.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-haskell/failure/failure-0.2.0.3.ebuild b/dev-haskell/failure/failure-0.2.0.3.ebuild
17 index 93077d2a61c..aab5f36c377 100644
18 --- a/dev-haskell/failure/failure-0.2.0.3.ebuild
19 +++ b/dev-haskell/failure/failure-0.2.0.3.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.4.2.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,9 +17,8 @@ SLOT="0/${PV}"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]
37 - >=dev-lang/ghc-7.4.1:=
38 +RDEPEND=">=dev-lang/ghc-7.8.2:=
39 "
40 DEPEND="${RDEPEND}
41 - >=dev-haskell/cabal-1.6
42 + >=dev-haskell/cabal-1.18.1.3
43 "