summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-05 23:53:31 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:29 +0100
commitf9a02c63490a54e37c8b6565ae18271e88c3bd3d (patch)
treef45e9b6fd4b0ee9e17268926b4a8a1f63bf3e4e8 /dev-haskell
parentdev-haskell/yaml: add 0.11.11.2 (diff)
downloadgentoo-f9a02c63490a54e37c8b6565ae18271e88c3bd3d.tar.gz
gentoo-f9a02c63490a54e37c8b6565ae18271e88c3bd3d.tar.bz2
gentoo-f9a02c63490a54e37c8b6565ae18271e88c3bd3d.zip
dev-haskell/yaml: Migrate to CABAL_CHBINS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/yaml/yaml-0.11.8.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/yaml/yaml-0.11.8.0.ebuild b/dev-haskell/yaml/yaml-0.11.8.0.ebuild
index 017f755f0637..a3f0fb87e619 100644
--- a/dev-haskell/yaml/yaml-0.11.8.0.ebuild
+++ b/dev-haskell/yaml/yaml-0.11.8.0.ebuild
@@ -39,12 +39,9 @@ DEPEND="${RDEPEND}
!examples? ( dev-haskell/raw-strings-qq ) )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'executable examples' 'executable haskell-yaml-examples'
-}
+CABAL_CHBINS=(
+ 'examples' 'haskell-yaml-examples'
+)
src_configure() {
local examples_flag="no-examples"