diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-03 09:24:32 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:26 +0000 |
commit | 7f9d8aa3eac88ec140b3087e68631263de4f80e4 (patch) | |
tree | d2ef28accd2ee0af5aa3a048808073e773ae1da1 /dev-haskell/system-fileio | |
parent | dev-haskell/doctest-driver-gen: Fix tests (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-haskell/system-fileio')
-rw-r--r-- | dev-haskell/system-fileio/system-fileio-0.3.16.4.ebuild | 6 |
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 ) " |