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/texmath/
Date: Sun, 02 Aug 2020 12:36:21
Message-Id: 1596371771.39bf575c6d9619dfa5a550a915a8afdbd54a2938.slyfox@gentoo
1 commit: 39bf575c6d9619dfa5a550a915a8afdbd54a2938
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 12:36:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:36:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bf575c
7
8 dev-haskell/texmath: increase lower bound up to ghc-8.8
9
10 Reported-by: Toralf Förster
11 Closes: https://bugs.gentoo.org/735218
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/texmath/texmath-0.12.0.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-haskell/texmath/texmath-0.12.0.2.ebuild b/dev-haskell/texmath/texmath-0.12.0.2.ebuild
19 index f2eb0bc4862..c116e53f3dc 100644
20 --- a/dev-haskell/texmath/texmath-0.12.0.2.ebuild
21 +++ b/dev-haskell/texmath/texmath-0.12.0.2.ebuild
22 @@ -23,7 +23,7 @@ RDEPEND="dev-haskell/mtl:=[profile?]
23 >=dev-haskell/syb-0.4.2:=[profile?] <dev-haskell/syb-0.8:=[profile?]
24 dev-haskell/text:=[profile?]
25 dev-haskell/xml:=[profile?]
26 - >=dev-lang/ghc-7.10.1:=
27 + >=dev-lang/ghc-8.8.1:=
28 executable? ( dev-haskell/aeson:=[profile?]
29 network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
30 !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) )