mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
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>
33 lines
934 B
Bash
33 lines
934 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# ebuild generated by hackport 0.9.1.0
|
|
|
|
CABAL_HACKAGE_REVISION=1
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="Primitive memory-related operations"
|
|
HOMEPAGE="https://github.com/haskell/primitive"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
|
|
RDEPEND=">=dev-haskell/data-array-byte-0.1:=[profile?] <dev-haskell/data-array-byte-0.1.1:=[profile?]
|
|
>=dev-lang/ghc-9.0.2:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-3.4.1.0
|
|
test? ( dev-haskell/base-orphans
|
|
>=dev-haskell/quickcheck-2.13 <dev-haskell/quickcheck-2.16
|
|
>=dev-haskell/quickcheck-classes-base-0.6 <dev-haskell/quickcheck-classes-base-0.7
|
|
dev-haskell/tagged
|
|
>=dev-haskell/tasty-1.2 <dev-haskell/tasty-1.6
|
|
dev-haskell/tasty-quickcheck
|
|
dev-haskell/transformers-compat )
|
|
"
|