dev-haskell/resolv: Loosen constraint on 'containers'

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:13 -07:00
committed by Mark Wright
parent 22606b117d
commit 90dbdc6fdd

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,4 +30,5 @@ CABAL_CHDEPS=(
'base >= 4.5 && <4.15' 'base >= 4.5'
'base16-bytestring ^>= 0.1' 'base16-bytestring >= 0.1'
'bytestring ^>=0.9.2 || ^>= 0.10' 'bytestring >=0.9.2'
'containers ^>=0.4.2.1 || ^>= 0.5 || ^>= 0.6' 'containers >=0.4.2.1'
)