dev-haskell/generically: fix uses of phases

Use the eclass default phase. Otherwise it skips the eclasses method to
use the updated cabal revisions.

Revbump out of caution as the phase does a lot.

cabal-mksetup is called in haskell-cabal_src_configure.

Closes: https://bugs.gentoo.org/968626
Fixes: 8743262811
See-Also: 6b6ce4fe4b
See-Also: https://github.com/gentoo-haskell/gentoo-haskell/issues/1799
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1235
Merges: https://codeberg.org/gentoo/gentoo/pulls/1235
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-06-23 22:01:00 +03:00
committed by Sam James
parent 8bf5f0dba4
commit 1c701966bf

View File

@@ -23,9 +23,3 @@ RDEPEND=">=dev-lang/ghc-9.0.2:=
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"
src_prepare() {
default
cabal-mksetup
}