>>>>> On Tue, 06 Jul 2021, Sergei Trofimovich wrote:
 
>  case "${EAPI:-0}" in

This could be just ${EAPI} now (and quotes were never necessary).

> -     0|1) ;;
> -     2|3|4|5|6|7) HASKELL_CABAL_EXPF+=" src_configure" ;;
> +     6|7) ;;
>       *) die "EAPI ${EAPI} unsupported." ;;


I'd suggest to update to die message to what is used in other eclasses
(see toolchain-funcs.eclass for example):

        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;

>  esac

Same comment for the other eclasses of this series.

Ulrich

Attachment: signature.asc
Description: PGP signature

Reply via email to