haskell-cabal.eclass: Change missing Setup.hs ewarn to einfo

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-24 11:33:34 +11:00
committed by Mark Wright
parent af01fd03f5
commit 172a3ebb96

View File

@@ -342,7 +342,7 @@ cabal-bootstrap() {
elif [[ -f "${S}/Setup.hs" ]]; then
setupmodule="${S}/Setup.hs"
else
ewarn "No Setup.lhs or Setup.hs found"
einfo "No Setup.lhs or Setup.hs found"
cabal-mksetup
setupmodule="${S}/Setup.hs"
fi