commit: 437ea39a6ca1995fd218d78441359afa4be37bda
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Nov 23 07:35:42 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 21:56:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437ea39a
dev-haskell/exceptions: adjust core lib markings
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
index 402c61a0435e..f123ecd719d6 100644
--- a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
+++ b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
>=dev-haskell/test-framework-quickcheck2-0.3
<dev-haskell/test-framework-quickcheck2-0.4 )
"
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"
src_prepare() {
default