dev-haskell/system-fileio: Loosen chell dep

Allows tests to use newer versions of chell

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-03 09:24:32 -06:00
committed by Sam James
parent 5bc8689c27
commit 7f9d8aa3ea

View File

@@ -17,13 +17,17 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
CABAL_CHDEPS=(
'chell >= 0.4 && < 0.5' 'chell >= 0.4'
)
RDEPEND=">=dev-haskell/system-filepath-0.3.1:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?]
>=dev-haskell/text-0.7.1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
test? ( >=dev-haskell/chell-0.4
>=dev-haskell/temporary-1.1 <dev-haskell/temporary-2.0
>=dev-haskell/transformers-0.2 )
"