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/haskeline/
Date: Mon, 19 Jul 2021 07:13:14
Message-Id: 1626678784.d429d528952a8be699542c35022ff61ce36f2bf9.slyfox@gentoo
1 commit: d429d528952a8be699542c35022ff61ce36f2bf9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 07:11:21 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=d429d528
7
8 dev-haskell/haskeline: 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/haskeline/haskeline-0.7.5.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild b/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild
20 index ea4773a729a..2a793ea6588 100644
21 --- a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild
22 +++ b/dev-haskell/haskeline/haskeline-0.7.5.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 @@ -38,4 +38,4 @@ src_configure() {
30 $(cabal_flag terminfo terminfo)
31 }
32
33 -CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:9999"
34 +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"