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