dev-haskell/http-media: Loosen bytestring dep

Closes: https://bugs.gentoo.org/916188
Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33553
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-27 20:24:08 -06:00 committed by Sam James
parent eaf383fd7e
commit 29117f33f8
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ DEPEND="${RDEPEND}
# https://hackage.haskell.org/package/http-media-0.8.0.0/revisions/
CABAL_CHDEPS=(
'base >= 4.7 && < 4.13' 'base >= 4.8'
'bytestring >= 0.10 && < 0.11' ' bytestring >= 0.10'
'base >= 4.7 && < 4.13' 'base >= 4.7'
'bytestring >= 0.10 && < 0.11' 'bytestring >= 0.10'
'QuickCheck >= 2.8 && < 2.14' 'QuickCheck >= 2.8'
)