# 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="Parse Haskell Language Extensions"
HOMEPAGE="https://github.com/kowainik/extensions"

LICENSE="MPL-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="executable"

CABAL_CHBINS=(
	'extensions' 'haskell-extensions'
)

CABAL_CHDEPS=(
	'hedgehog >= 1.0 && < 1.3' 'hedgehog >= 1.0'
	'optparse-applicative >= 0.15 && < 0.18' 'optparse-applicative >= 0.15'
)

RDEPEND="
	>=dev-haskell/cabal-3.0:=[profile?] <dev-haskell/cabal-3.9:=[profile?]
	>=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-haskell/text-1.2.3:=[profile?] <dev-haskell/text-2.1:=[profile?]
	>=dev-lang/ghc-8.10.6:=
	executable? (
		>=dev-haskell/colourista-0.1:=[profile?] <dev-haskell/colourista-0.3:=[profile?]
		>=dev-haskell/optparse-applicative-0.15:=[profile?]
	)
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.2.1.0
	test? (
		>=dev-haskell/hedgehog-1.0
		dev-haskell/hspec
		>=dev-haskell/hspec-hedgehog-0.0.1 <dev-haskell/hspec-hedgehog-0.1
	)
"

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