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

EAPI=8

# ebuild generated by hackport 0.6.9999
#hackport: flags: +network-uri
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A library for generating RSS 2.0 feeds"
HOMEPAGE="https://github.com/hvr/rss"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND=">=dev-haskell/haxml-1.24:=[profile?] <dev-haskell/haxml-1.26:=[profile?]
	>=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	>=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-3.2:=[profile?]
	>=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?]
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.12
"

src_configure() {
	haskell-cabal_src_configure \
		--flag=network-uri
}

src_prepare() {
	default

	cabal_chdeps \
		'network     >= 2.6 && < 2.9' 'network     >= 2.6 && < 2.9 || >= 3.0 && < 3.2' \
		'base       >= 4.3    && < 4.13' 'base       >= 4.3' \
		'time       >= 1.5   && < 1.9' 'time       >= 1.5'
}