dev-haskell/cabal: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc

Fixes: f423849485 ("dev-lang/ghc: Add sys-libs/ncurses[unicode(+)]")
Reported-by: Andrew Udvare
Bug: https://bugs.gentoo.org/802771
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2021-07-19 08:58:41 +01:00
parent 5c8a4b89a7
commit d23d3f3945

View File

@@ -51,4 +51,4 @@ src_configure() {
--flag=-bundled-binary-generic
}
CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:9999"
CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9999"