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/geniplate/
Date: Sat, 10 Oct 2020 09:33:33
Message-Id: 1602322407.bdb3c43a22fbb84b5d810263260ac5b94472f282.slyfox@gentoo
1 commit: bdb3c43a22fbb84b5d810263260ac5b94472f282
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 09:32:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 09:33:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb3c43a
7
8 dev-haskell/geniplate: 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/geniplate/geniplate-0.6.0.5.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
17 index 466e84d75fa..a9f1c0ab19f 100644
18 --- a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
19 +++ b/dev-haskell/geniplate/geniplate-0.6.0.5.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.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 @@ -18,13 +18,15 @@ KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 RDEPEND="dev-haskell/mtl:=[profile?]
36 - >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-8
37 + >=dev-lang/ghc-7.4.1:=
38 "
39 DEPEND="${RDEPEND}
40 >=dev-haskell/cabal-1.8
41 "
42
43 src_prepare() {
44 + default
45 +
46 cabal_chdeps \
47 'template-haskell < 2.10' 'template-haskell'
48 }