dev-haskell/cabal-install: Fix CABAL_CHDEPS line

cabal-install-3.4.1.0 has an updated dependency for base in it's 2nd
Hackage revision. This updates the string in CABAL_CHDEPS to avoid
"no trigger for" errors.

Closes: https://bugs.gentoo.org/916263
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:50:37 -06:00
committed by Sam James
parent 1eebb1b983
commit edbb4e70b6

View File

@@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+lukko +native-dns"
CABAL_CHDEPS=(
'base >= 4.8 && < 4.15' 'base >= 4.8'
'base >= 4.8 && < 4.16' 'base >= 4.8'
'hashable >= 1.0 && < 1.4' 'hashable >=1.0'
'HTTP >= 4000.1.5 && < 4000.4' 'HTTP >= 4000.1.5 && < 4000.5'
)