mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user