mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
48 lines
1.9 KiB
Bash
48 lines
1.9 KiB
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
|
|
#hackport: flags: +template-haskell,-herbie
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="Linear Algebra"
|
|
HOMEPAGE="https://github.com/ekmett/linear/"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
|
|
RDEPEND=">=dev-haskell/adjunctions-4:=[profile?] <dev-haskell/adjunctions-5:=[profile?]
|
|
>=dev-haskell/base-orphans-0.8.3:=[profile?] <dev-haskell/base-orphans-1:=[profile?]
|
|
>=dev-haskell/bytes-0.15:=[profile?] <dev-haskell/bytes-1:=[profile?]
|
|
>=dev-haskell/cereal-0.4.1.1:=[profile?] <dev-haskell/cereal-0.6:=[profile?]
|
|
>=dev-haskell/distributive-0.5.1:=[profile?] <dev-haskell/distributive-1:=[profile?]
|
|
>=dev-haskell/hashable-1.2.7.0:=[profile?] <dev-haskell/hashable-1.6:=[profile?]
|
|
>=dev-haskell/indexed-traversable-0.1.1:=[profile?] <dev-haskell/indexed-traversable-0.2:=[profile?]
|
|
>=dev-haskell/lens-4.15.2:=[profile?] <dev-haskell/lens-6:=[profile?]
|
|
>=dev-haskell/random-1.2:=[profile?] <dev-haskell/random-1.4:=[profile?]
|
|
>=dev-haskell/reflection-2:=[profile?] <dev-haskell/reflection-3:=[profile?]
|
|
>=dev-haskell/semigroupoids-5.2.1:=[profile?] <dev-haskell/semigroupoids-7:=[profile?]
|
|
>=dev-haskell/unordered-containers-0.2.3:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
|
|
>=dev-haskell/vector-0.12.1.2:=[profile?] <dev-haskell/vector-0.14:=[profile?]
|
|
>=dev-lang/ghc-9.0.2:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-3.4.1.0
|
|
test? ( >=dev-haskell/quickcheck-2.5
|
|
>=dev-haskell/simple-reflect-0.3.1
|
|
>=dev-haskell/tasty-1.4 <dev-haskell/tasty-1.6
|
|
>=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11
|
|
>=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.12 )
|
|
"
|
|
|
|
src_configure() {
|
|
haskell-cabal_src_configure \
|
|
--flag=-herbie \
|
|
--flag=template-haskell
|
|
}
|