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/exceptions/
Date: Mon, 19 Jul 2021 07:13:13
Message-Id: 1626678784.85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd.slyfox@gentoo
1 commit: 85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 07:11:06 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=85c2ba01
7
8 dev-haskell/exceptions: 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/exceptions/exceptions-0.10.4.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4.ebuild
20 index 98742859022..bfc8bbcbe39 100644
21 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild
22 +++ b/dev-haskell/exceptions/exceptions-0.10.4.ebuild
23 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
24 >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
25 "
26
27 -CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999"
28 +CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9999"
29
30 src_prepare() {
31 default