Skip to content

Commit

Permalink
dev-haskell/http-media: Loosen bytestring dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/916188
Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: #33553
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
hololeap authored and thesamesam committed Oct 28, 2023
1 parent eaf383f commit 29117f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-haskell/http-media/http-media-0.8.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)

0 comments on commit 29117f3

Please sign in to comment.