mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
60 lines
2.2 KiB
Bash
60 lines
2.2 KiB
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# ebuild generated by hackport 0.8.4.0.9999
|
|
#hackport: flags: -fast
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="Robust, reliable performance measurement and analysis"
|
|
HOMEPAGE="https://www.serpentine.com/criterion"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
IUSE="embed-data-files"
|
|
|
|
RDEPEND="
|
|
>=dev-haskell/aeson-1:=[profile?] <dev-haskell/aeson-2.3:=[profile?]
|
|
>=dev-haskell/base-compat-batteries-0.10:=[profile?] <dev-haskell/base-compat-batteries-0.14:=[profile?]
|
|
>=dev-haskell/binary-orphans-1.0.1:=[profile?] <dev-haskell/binary-orphans-1.1:=[profile?]
|
|
>=dev-haskell/cassava-0.3.0.0:=[profile?]
|
|
dev-haskell/code-page:=[profile?]
|
|
>=dev-haskell/criterion-measurement-0.2:=[profile?] <dev-haskell/criterion-measurement-0.3:=[profile?]
|
|
>=dev-haskell/glob-0.7.2:=[profile?]
|
|
>=dev-haskell/js-chart-2.9.4:=[profile?] <dev-haskell/js-chart-3:=[profile?]
|
|
>=dev-haskell/microstache-1.0.1:=[profile?] <dev-haskell/microstache-1.1:=[profile?]
|
|
>=dev-haskell/mwc-random-0.8.0.3:=[profile?]
|
|
>=dev-haskell/optparse-applicative-0.18:=[profile?] <dev-haskell/optparse-applicative-0.19:=[profile?]
|
|
>=dev-haskell/parsec-3.1.0:=[profile?]
|
|
>=dev-haskell/prettyprinter-1.7:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?]
|
|
>=dev-haskell/prettyprinter-ansi-terminal-1.1:=[profile?] <dev-haskell/prettyprinter-ansi-terminal-1.2:=[profile?]
|
|
>=dev-haskell/statistics-0.14:=[profile?] <dev-haskell/statistics-0.17:=[profile?]
|
|
>=dev-haskell/text-0.11:=[profile?]
|
|
>=dev-haskell/transformers-compat-0.6.4:=[profile?]
|
|
>=dev-haskell/vector-0.7.1:=[profile?]
|
|
>=dev-haskell/vector-algorithms-0.4:=[profile?]
|
|
>=dev-lang/ghc-8.10.6:=
|
|
embed-data-files? ( <dev-haskell/file-embed-0.1:=[profile?] )
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-3.2.1.0
|
|
test? (
|
|
dev-haskell/base-compat
|
|
dev-haskell/hunit
|
|
>=dev-haskell/quickcheck-2.4
|
|
dev-haskell/tasty
|
|
dev-haskell/tasty-hunit
|
|
dev-haskell/tasty-quickcheck
|
|
)
|
|
"
|
|
|
|
src_configure() {
|
|
haskell-cabal_src_configure \
|
|
$(cabal_flag embed-data-files embed-data-files) \
|
|
--flag=-fast
|
|
}
|