summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-08 05:16:54 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:32 +0000
commit0ba4c8a36e90520cf20b5963f8a00bf637eb0499 (patch)
treeb97c13427846c200d0d32bf72b8e921c56c1fa07
parentdev-haskell/extra: Add conditional upper bound to ghc dep (diff)
downloadgentoo-0ba4c8a36e90520cf20b5963f8a00bf637eb0499.tar.gz
gentoo-0ba4c8a36e90520cf20b5963f8a00bf637eb0499.tar.bz2
gentoo-0ba4c8a36e90520cf20b5963f8a00bf637eb0499.zip
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>
-rw-r--r--dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild
index a0590ced9c25..45ce3705e5a2 100644
--- a/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild
+++ b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild
@@ -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:=