summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-05 23:48:52 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:24 +0100
commit6aa590dc7216443bfebc7c2223f5789122ba302e (patch)
tree1da710f9108e7e93ef2166082c615c945cad469b
parentdev-haskell/vector-binary-instances: add 0.2.5.2 (diff)
downloadgentoo-6aa590dc7216443bfebc7c2223f5789122ba302e.tar.gz
gentoo-6aa590dc7216443bfebc7c2223f5789122ba302e.tar.bz2
gentoo-6aa590dc7216443bfebc7c2223f5789122ba302e.zip
dev-haskell/vector-binary-instances: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
index 1fd4832ce175..4dbb6883d49c 100644
--- a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
+++ b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
@@ -26,9 +26,6 @@ DEPEND="${RDEPEND}
dev-haskell/tasty-quickcheck )
"
-src_prepare() {
- default
-
- cabal_chdeps \
+CABAL_CHDEPS=(
'base > 3 && < 4.13' 'base > 3'
-}
+)