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, 25 Feb 2017 17:30:52
Message-Id: 1488043837.c19955b720f3c4a318eb135ff6a02b65e07151a2.slyfox@gentoo
1 commit: c19955b720f3c4a318eb135ff6a02b65e07151a2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 17:27:27 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 17:30:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19955b7
7
8 dev-haskell/geniplate: mark as incompatible against ghc-8, bug #610022
9
10 Reported-by: Toralf Förster
11 Bug: https://bugs.gentoo.org/610022
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 dev-haskell/geniplate/geniplate-0.6.0.5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
19 index e13334dca6..b52dcde258 100644
20 --- a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
21 +++ b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND="dev-haskell/mtl:=[profile?]
32 - >=dev-lang/ghc-7.4.1:=
33 + >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-8
34 "
35 DEPEND="${RDEPEND}
36 >=dev-haskell/cabal-1.8