mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user