commit: 3fb7d9560b3f9254191cb2bf1be37442812f4bf5 Author: Jack Todaro <solpeth <AT> posteo <DOT> org> AuthorDate: Sat Jul 23 22:10:56 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 22:13:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb7d956
dev-haskell/exceptions: mark as bundled with ghc-9.0.2 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org> Closes: https://github.com/gentoo/gentoo/pull/26552 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 682fb6ec2abc..a032fb6a4c7a 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.5-r1 PM:8.10.6 PM:8.10.7 PM:9.0.1-r1 PM:9.0.2-r1 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.10.5-r1 PM:8.10.6 PM:8.10.7 PM:9.0.1-r1 PM:9.0.2 PM:9999" src_prepare() { default
