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/inspection-testing/
Date: Sat, 29 Aug 2020 20:35:26
Message-Id: 1598733319.19143fbc99dd1add6264108e3fd67c71daa99233.slyfox@gentoo
1 commit: 19143fbc99dd1add6264108e3fd67c71daa99233
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 20:35:14 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 20:35:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19143fbc
7
8 dev-haskell/inspection-testing: drop redundant ghc depend
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild b/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild
17 index 88c02ec0b85..92e6cb057df 100644
18 --- a/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild
19 +++ b/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild
20 @@ -22,7 +22,6 @@ RESTRICT=test # examples/Fusion.hs:22:1: sumUp1 === sumUp2 failed
21
22 RDEPEND="dev-haskell/mtl:=[profile?]
23 >=dev-lang/ghc-8.0.1:=
24 - >=dev-lang/ghc-8.0.2:=[profile?] <dev-lang/ghc-8.11:=[profile?]
25 "
26 DEPEND="${RDEPEND}
27 >=dev-haskell/cabal-1.24.0.0