summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-04 19:39:31 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:18 +0100
commit6b25814559fbf6a280dc2cd64a10224123e0db2b (patch)
tree592dc38702ec05976b88863a66880198b32e08ce /dev-haskell/bsb-http-chunked
parentdev-haskell/bsb-http-chunked: add 0.0.0.4-r1 (diff)
downloadgentoo-6b25814559fbf6a280dc2cd64a10224123e0db2b.tar.gz
gentoo-6b25814559fbf6a280dc2cd64a10224123e0db2b.tar.bz2
gentoo-6b25814559fbf6a280dc2cd64a10224123e0db2b.zip
dev-haskell/bsb-http-chunked: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/bsb-http-chunked')
-rw-r--r--dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
index e920b5151ce5..934de12c6e19 100644
--- a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
+++ b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild
@@ -30,9 +30,6 @@ DEPEND="${RDEPEND}
dev-haskell/tasty-hunit )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.8 && < 4.13' 'base >= 4.8'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.8 && < 4.13' 'base >= 4.8'
+)