# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.9.0.0.9999

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

DESCRIPTION="Using Haskell for Unix shell scripting tasks"
HOMEPAGE="https://www.volker-wysk.de/hsshellscript/"

LICENSE="LGPL-3+"
SLOT="0/${PV}"
KEYWORDS="~amd64"

CABAL_CHDEPS=(
	'random >= 1.1 && < 1.2' 'random >= 1.1'
	'unix >= 2.7.2 && < 2.8' 'unix >= 2.7.2'
	)

RDEPEND=">=dev-haskell/parsec-3.1.14:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-haskell/random-1.1:=[profile?]
	>=dev-lang/ghc-9.4.5:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.8.1.0
"