dev-haskell/cryptohash-sha256: Loosen constraint on bytestring

This allows cryptohash-sha256-0.11.101.0 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-04 20:02:03 -06:00 committed by Sam James
parent 5019e3096b
commit c1a6808458
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ CABAL_CHDEPS=(
'tasty == 0.11.*' 'tasty >= 0.11'
'tasty-quickcheck == 0.8.*' 'tasty-quickcheck >= 0.8'
'tasty-hunit == 0.9.*' 'tasty-hunit >= 0.9'
'bytestring >= 0.9.2 && < 0.11' 'bytestring >= 0.9.2'
)
src_configure() {