summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-03 09:24:32 -0600
committerSam James <sam@gentoo.org>2023-11-19 18:32:26 +0000
commit7f9d8aa3eac88ec140b3087e68631263de4f80e4 (patch)
treed2ef28accd2ee0af5aa3a048808073e773ae1da1
parentdev-haskell/doctest-driver-gen: Fix tests (diff)
downloadgentoo-7f9d8aa3eac88ec140b3087e68631263de4f80e4.tar.gz
gentoo-7f9d8aa3eac88ec140b3087e68631263de4f80e4.tar.bz2
gentoo-7f9d8aa3eac88ec140b3087e68631263de4f80e4.zip
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>
-rw-r--r--dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild b/dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild
index cf3220c3485b..164661456996 100644
--- a/dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild
+++ b/dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild
@@ -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 )
"