mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:8743262811See-Also:6b6ce4fe4bSee-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:
committed by
Sam James
parent
8bf5f0dba4
commit
1c701966bf
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user