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/text/
Date: Mon, 19 Jul 2021 07:13:14
Message-Id: 1626678785.40fd1114000d53cf4eeab24a8e162024296fc73f.slyfox@gentoo
1 commit: 40fd1114000d53cf4eeab24a8e162024296fc73f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 07:12:29 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 07:13:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fd1114
7
8 dev-haskell/text: 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/text/text-1.2.4.0-r1.ebuild | 4 ++--
17 dev-haskell/text/text-1.2.4.1.ebuild | 2 +-
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-haskell/text/text-1.2.4.0-r1.ebuild b/dev-haskell/text/text-1.2.4.0-r1.ebuild
21 index 32cb6fed33f..07ef7a22437 100644
22 --- a/dev-haskell/text/text-1.2.4.0-r1.ebuild
23 +++ b/dev-haskell/text/text-1.2.4.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -29,7 +29,7 @@ RDEPEND=">=dev-lang/ghc-8.8.1:= <dev-lang/ghc-8.10:="
31 DEPEND="${RDEPEND}
32 "
33
34 -CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:9999"
35 +CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 PM:9999"
36 src_configure() {
37 haskell-cabal_src_configure \
38 --flag=-bytestring-builder \
39
40 diff --git a/dev-haskell/text/text-1.2.4.1.ebuild b/dev-haskell/text/text-1.2.4.1.ebuild
41 index 599f550ee58..e2fd338a0b3 100644
42 --- a/dev-haskell/text/text-1.2.4.1.ebuild
43 +++ b/dev-haskell/text/text-1.2.4.1.ebuild
44 @@ -28,7 +28,7 @@ RDEPEND=">=dev-lang/ghc-8.8:="
45 DEPEND="${RDEPEND}
46 "
47
48 -CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:8.10.5 PM:9.0.1 PM:9999"
49 +CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:8.10.5 PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:9999"
50
51 src_configure() {
52 haskell-cabal_src_configure \