diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:12:29 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:13:05 +0100 |
commit | 40fd1114000d53cf4eeab24a8e162024296fc73f (patch) | |
tree | 73f6a7e538ef93beb312fe8177da0472cecc4253 /dev-haskell | |
parent | dev-haskell/terminfo: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc (diff) | |
download | gentoo-40fd1114000d53cf4eeab24a8e162024296fc73f.tar.gz gentoo-40fd1114000d53cf4eeab24a8e162024296fc73f.tar.bz2 gentoo-40fd1114000d53cf4eeab24a8e162024296fc73f.zip |
dev-haskell/text: 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')
-rw-r--r-- | dev-haskell/text/text-1.2.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/text/text-1.2.4.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/text/text-1.2.4.0-r1.ebuild b/dev-haskell/text/text-1.2.4.0-r1.ebuild index 32cb6fed33fa..07ef7a22437d 100644 --- a/dev-haskell/text/text-1.2.4.0-r1.ebuild +++ b/dev-haskell/text/text-1.2.4.0-r1.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 @@ -29,7 +29,7 @@ RDEPEND=">=dev-lang/ghc-8.8.1:= <dev-lang/ghc-8.10:=" DEPEND="${RDEPEND} " -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" src_configure() { haskell-cabal_src_configure \ --flag=-bytestring-builder \ diff --git a/dev-haskell/text/text-1.2.4.1.ebuild b/dev-haskell/text/text-1.2.4.1.ebuild index 599f550ee58b..e2fd338a0b39 100644 --- a/dev-haskell/text/text-1.2.4.1.ebuild +++ b/dev-haskell/text/text-1.2.4.1.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=dev-lang/ghc-8.8:=" DEPEND="${RDEPEND} " -CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:8.10.5 PM:9.0.1 PM:9999" +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" src_configure() { haskell-cabal_src_configure \ |