diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:11:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:13:04 +0100 |
commit | d429d528952a8be699542c35022ff61ce36f2bf9 (patch) | |
tree | e0bffdf4ad6c081aa0d4355a5447f722ba3e3ed9 /dev-haskell/haskeline | |
parent | dev-haskell/exceptions: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc (diff) | |
download | gentoo-d429d528952a8be699542c35022ff61ce36f2bf9.tar.gz gentoo-d429d528952a8be699542c35022ff61ce36f2bf9.tar.bz2 gentoo-d429d528952a8be699542c35022ff61ce36f2bf9.zip |
dev-haskell/haskeline: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc
Fixes: f423849485dc ("dev-lang/ghc: Add sys-libs/ncurses[unicode(+)]")
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/802771
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/haskeline')
-rw-r--r-- | dev-haskell/haskeline/haskeline-0.7.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild b/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild index ea4773a729a8..2a793ea65887 100644 --- a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,4 +38,4 @@ src_configure() { $(cabal_flag terminfo terminfo) } -CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:9999" +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" |