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/xhtml/
Date: Sat, 01 Aug 2020 19:31:58
Message-Id: 1596310309.91c1b29fce472aa21a0d28058e32a90ad011c0ab.slyfox@gentoo
1 commit: 91c1b29fce472aa21a0d28058e32a90ad011c0ab
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 19:31:44 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 19:31:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c1b29f
7
8 dev-haskell/xhtml: raise lower ghc bound to nudge upgrade
9
10 Reported-by: Toralf Förster
11 Closes: https://bugs.gentoo.org/735114
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
19 index dc4f6f5c662..9046501c495 100644
20 --- a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
21 +++ b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
22 @@ -17,7 +17,7 @@ SLOT="0/${PV}"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 -RDEPEND=">=dev-lang/ghc-6.10.4:="
27 +RDEPEND=">=dev-lang/ghc-8.4.2:="
28 DEPEND="${RDEPEND}
29 >=dev-haskell/cabal-1.6"