diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-24 08:10:56 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-23 23:13:17 +0100 |
commit | 3fb7d9560b3f9254191cb2bf1be37442812f4bf5 (patch) | |
tree | 2eb40f5b963bf0ca566b81561ba59b648ad826dc /dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild | |
parent | app-misc/spire: enable tests (diff) | |
download | gentoo-3fb7d9560b3f9254191cb2bf1be37442812f4bf5.tar.gz gentoo-3fb7d9560b3f9254191cb2bf1be37442812f4bf5.tar.bz2 gentoo-3fb7d9560b3f9254191cb2bf1be37442812f4bf5.zip |
dev-haskell/exceptions: mark as bundled with ghc-9.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/26552
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild')
-rw-r--r-- | dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |