# 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=""
inherit haskell-cabal

DESCRIPTION="Multi-file, colored, filtered log tailer"
HOMEPAGE="https://hackage.haskell.org/package/ztail"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}"/${P}-ghc9.8.patch
	)

CABAL_CHDEPS=(
	'unix == 2.7.*' 'unix >= 2.7'
	'time >= 1.5 && < 1.12' 'time >= 1.5'
	)

IUSE="+inotify"

RDEPEND="<dev-haskell/regex-posix-1:=
	>=dev-haskell/unordered-containers-0.2:= <dev-haskell/unordered-containers-0.3:=
	>=dev-lang/ghc-9.0.2:=
	inotify? ( >=dev-haskell/hinotify-0.3.6:= <dev-haskell/hinotify-0.5:= )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
"

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