dev-haskell/hjsmin: Loosen constraint on bytestring

This allows hjsmin-0.2.0.4 to be built on newer GHC

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-12 12:21:04 -07:00
committed by Sam James
parent 54568b563c
commit 8e5e38e5be

View File

@@ -19,6 +19,10 @@ IUSE=""
RESTRICT=test # Requires network access?
CABAL_CHDEPS=(
'bytestring == 0.10.*' 'bytestring >= 0.10'
)
RDEPEND=">=dev-haskell/language-javascript-0.6:=[profile?] <dev-haskell/language-javascript-0.8:=[profile?]
>=dev-haskell/optparse-applicative-0.7:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]