Files
gentoo/dev-haskell/integration/integration-0.2.1-r2.ebuild
hololeap 0b6417fc0c dev-haskell/integration: new package, add 0.2.1-r2
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-06-22 20:27:14 +10:00

26 lines
617 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.9999
CABAL_HACKAGE_REVISION=1
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Fast robust numeric integration via tanh-sinh quadrature"
HOMEPAGE="https://github.com/ekmett/integration"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/parallel-3.2:=[profile?] <dev-haskell/parallel-3.4:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"