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

This allows timezone-olson-0.2.0 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-08 05:16:54 -07:00 committed by Sam James
parent 40d68aa8f0
commit 0ba4c8a36e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
CABAL_CHDEPS=(
'time >= 1.6 && < 1.10' 'time >= 1.6'
)
RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
>=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?]
>=dev-lang/ghc-8.4.3:=