mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
haskell-cabal.eclass: use 'QA Notice:' prefix in eqawarn
This makes life easier for tinderboxes, but we should improve this in some future EAPI. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: haskell-cabal.eclass
|
||||
@@ -342,7 +342,7 @@ cabal-bootstrap() {
|
||||
elif [[ -f "${S}/Setup.hs" ]]; then
|
||||
setupmodule="${S}/Setup.hs"
|
||||
else
|
||||
eqawarn "No Setup.lhs or Setup.hs found. Either add Setup.hs to package or call cabal-mksetup from ebuild"
|
||||
eqawarn "QA Notice: No Setup.lhs or Setup.hs found. Either add Setup.hs to package or call cabal-mksetup from ebuild"
|
||||
cabal-mksetup
|
||||
setupmodule="${S}/Setup.hs"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user