Signed-off-by: Sam James <s...@gentoo.org>
---
 eclass/haskell-cabal.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index ae3229cc2676..64dcabb852b1 100644
--- a/eclass/haskell-cabal.eclass
+++ b/eclass/haskell-cabal.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: haskell-cabal.eclass
@@ -288,8 +288,8 @@ cabal-show-brokens() {
        elog "ghc-pkg check: 'checking for other broken packages:'"
        # pretty-printer
        $(ghc-getghcpkg) check 2>&1 \
-               | egrep -v '^Warning: haddock-(html|interfaces): ' \
-               | egrep -v '^Warning: include-dirs: ' \
+               | grep -E -v '^Warning: haddock-(html|interfaces): ' \
+               | grep -E -v '^Warning: include-dirs: ' \
                | head -n 20
 
        cabal-die-if-nonempty 'broken' \
-- 
2.35.1


Reply via email to