dev-haskell/timezone-series: Loosen constraint on time

This allows timezone-series-0.1.9 to be built on newer GHC

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-04 15:51:18 -06:00
committed by Sam James
parent 3ad2fcadb4
commit 79b3c6f9c1

View File

@@ -17,6 +17,10 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
CABAL_CHDEPS=(
'time (>= 1.1.4 && < 1.9) || (>= 1.9.1 && < 1.10)' 'time >=1.1.4'
)
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}