commit: 3c558999cee916ac92ace8fbaa4f7e64ebcc8c0b
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 6 06:20:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:13:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c558999
dev-haskell/test-framework-quickcheck2: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../test-framework-quickcheck2-0.3.0.5-r2.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git
a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
index 2791142ec2e5..77325980858f 100644
---
a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
+++
b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
@@ -28,13 +28,10 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'QuickCheck >= 2.4 && < 2.13' 'QuickCheck
>= 2.4' \
- 'random >= 1 && < 1.2' 'random
>= 1'
-}
+CABAL_CHDEPS=(
+ 'QuickCheck >= 2.4 && < 2.13' 'QuickCheck >=
2.4' \
+ 'random >= 1 && < 1.2' 'random >= 1'
+)
src_configure() {
haskell-cabal_src_configure \