diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index c82aa5314bf5a..0a26924e7483f 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -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