dev-haskell/indexed-traversable-instances: Loosen constraint on base

This allows indexed-traversable-instances-0.1 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 20:02:45 -06:00 committed by Sam James
parent c1a6808458
commit 386ccb3767
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-2"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
CABAL_CHDEPS=(
'base >=4.5 && <4.16' 'base >=4.5'
)
RDEPEND=">=dev-haskell/indexed-traversable-0.1:=[profile?] <dev-haskell/indexed-traversable-0.2:=[profile?]
>=dev-haskell/tagged-0.8.6:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
>=dev-haskell/unordered-containers-0.2.8.0:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]