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