From 06dcb0d5f21e4d9e58c4e57245ef687e2dc59b5b Mon Sep 17 00:00:00 2001 From: hololeap Date: Thu, 5 Oct 2023 23:46:57 -0600 Subject: [PATCH] dev-haskell/unliftio-core: Migrate to CABAL_CHDEPS Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild index 8a2200b358eab..6ae836ac19985 100644 --- a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild +++ b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild @@ -23,9 +23,6 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.18.1.3 " -src_prepare() { - default - - cabal_chdeps \ - 'base >=4.5 && <4.12' 'base >=4.5' -} +CABAL_CHDEPS=( + 'base >=4.5 && <4.12' 'base >=4.5' +)