dev-haskell/yaml: Migrate to CABAL_CHBINS

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-05 23:53:31 -06:00 committed by Sam James
parent 132cbc0505
commit f9a02c6349
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -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"