commit: 29117f33f8379b95076921356b60f74f4bd9bc53 Author: hololeap <hololeap <AT> protonmail <DOT> com> AuthorDate: Sat Oct 28 02:24:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 02:31:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29117f33
dev-haskell/http-media: Loosen bytestring dep Closes: https://bugs.gentoo.org/916188 Signed-off-by: hololeap <hololeap <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33553 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/http-media/http-media-0.8.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-haskell/http-media/http-media-0.8.0.0.ebuild b/dev-haskell/http-media/http-media-0.8.0.0.ebuild index 40a9f3cb1d49..691350b0f193 100644 --- a/dev-haskell/http-media/http-media-0.8.0.0.ebuild +++ b/dev-haskell/http-media/http-media-0.8.0.0.ebuild @@ -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' )
