diff options
author | 2023-10-05 23:49:38 -0600 | |
---|---|---|
committer | 2023-10-23 04:10:24 +0100 | |
commit | 3a8a032905032d40a45754d491fed3e95ca4e151 (patch) | |
tree | b37f68ee58e3225a79c46e62d3a07b68bf58d7c4 /dev-haskell/vector-th-unbox | |
parent | dev-haskell/vector-th-unbox: add 0.2.2 (diff) | |
download | gentoo-3a8a032905032d40a45754d491fed3e95ca4e151.tar.gz gentoo-3a8a032905032d40a45754d491fed3e95ca4e151.tar.bz2 gentoo-3a8a032905032d40a45754d491fed3e95ca4e151.zip |
dev-haskell/vector-th-unbox: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-th-unbox')
-rw-r--r-- | dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild index 1f77320ed770..8ff876591ea2 100644 --- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild +++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild @@ -25,10 +25,7 @@ DEPEND="${RDEPEND} test? ( dev-haskell/data-default ) " -src_prepare() { - default - - cabal_chdeps \ - 'base >= 4.5 && < 4.14' 'base >= 4.5' \ - 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5' -} +CABAL_CHDEPS=( + 'base >= 4.5 && < 4.14' 'base >= 4.5' + 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5' +) |