diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-03 16:41:12 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:10 +0100 |
commit | 55a2b8d666ec7528bc2378194d512d5b83aae4ee (patch) | |
tree | 80c2d682b4f6cd7248b688cb73f9970eb7667c96 /dev-haskell/adjunctions | |
parent | dev-haskell/adjunctions: add 4.4.2 (diff) | |
download | gentoo-55a2b8d666ec7528bc2378194d512d5b83aae4ee.tar.gz gentoo-55a2b8d666ec7528bc2378194d512d5b83aae4ee.tar.bz2 gentoo-55a2b8d666ec7528bc2378194d512d5b83aae4ee.zip |
dev-haskell/adjunctions: Migrate to CABAL_CHDEPS (v4.4)
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/adjunctions')
-rw-r--r-- | dev-haskell/adjunctions/adjunctions-4.4.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/adjunctions/adjunctions-4.4.ebuild b/dev-haskell/adjunctions/adjunctions-4.4.ebuild index 5133a3e97b52..95acfc45ad33 100644 --- a/dev-haskell/adjunctions/adjunctions-4.4.ebuild +++ b/dev-haskell/adjunctions/adjunctions-4.4.ebuild @@ -36,9 +36,6 @@ DEPEND="${RDEPEND} >=dev-haskell/hspec-2 <dev-haskell/hspec-3 ) " -src_prepare() { - default - - cabal_chdeps \ - 'containers >= 0.3 && < 0.6' 'containers >= 0.3' -} +CABAL_CHDEPS=( + 'containers >= 0.3 && < 0.6' 'containers >= 0.3' +) |