dev-haskell/primitive: Remove cabal-mksetup as QA warning removed

The QA warning was removed from haskell-cabal.eclass so remove
the now redundant call to cabal-mksetup.

Bug: https://bugs.gentoo.org/960337
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-17 19:35:05 +11:00
parent 7b289bd0c5
commit ff6504f1ac

View File

@@ -30,8 +30,3 @@ DEPEND="${RDEPEND}
dev-haskell/tasty-quickcheck
dev-haskell/transformers-compat )
"
src_prepare() {
haskell-cabal_src_prepare
cabal-mksetup
}