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/cabal/
Date: Mon, 19 Jul 2021 07:13:13
Message-Id: 1626678784.94505e69eccdf0d9b047d1d2fda679d99daea54e.slyfox@gentoo
1 commit: 94505e69eccdf0d9b047d1d2fda679d99daea54e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 07:10:52 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 07:13:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94505e69
7
8 dev-haskell/cabal: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc
9
10 Fixes: f423849485dc ("dev-lang/ghc: Add sys-libs/ncurses[unicode(+)]")
11 Reported-by: Toralf Förster
12 Bug: https://bugs.gentoo.org/802771
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-haskell/cabal/cabal-3.0.1.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-haskell/cabal/cabal-3.0.1.0.ebuild b/dev-haskell/cabal/cabal-3.0.1.0.ebuild
20 index ec738e686df..7aa96e571d2 100644
21 --- a/dev-haskell/cabal/cabal-3.0.1.0.ebuild
22 +++ b/dev-haskell/cabal/cabal-3.0.1.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -37,7 +37,7 @@ DEPEND="${RDEPEND}"
30 S="${WORKDIR}/${MY_P}"
31 PATCHES=("${FILESDIR}"/${PN}-2.0.0.2-no-bootstrap.patch)
32
33 -CABAL_CORE_LIB_GHC_PV="PM:8.8.2 PM:8.8.3 PM:8.8.4"
34 +CABAL_CORE_LIB_GHC_PV="PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1"
35
36 src_configure() {
37 haskell-cabal_src_configure \