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