# 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

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Lazy infinite streams with O(1) indexing and applications for memoization"
HOMEPAGE="https://github.com/Bodigrim/chimera#readme"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+representable"

RDEPEND="<dev-haskell/infinite-list-0.2:=[profile?]
	<dev-haskell/primitive-0.10:=[profile?]
	<dev-haskell/vector-0.14:=[profile?]
	>=dev-lang/ghc-8.10.6:=
	representable? ( <dev-haskell/adjunctions-4.5:=[profile?]
				<dev-haskell/distributive-0.7:=[profile?] )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.2.1.0
	test? ( >=dev-haskell/quickcheck-2.10 <dev-haskell/quickcheck-2.15
		<dev-haskell/tasty-1.6
		<dev-haskell/tasty-hunit-0.11
		<dev-haskell/tasty-quickcheck-0.11
		<dev-haskell/tasty-smallcheck-0.9 )
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag representable representable)
}