summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-04 20:02:03 -0600
committerSam James <sam@gentoo.org>2023-11-19 18:32:32 +0000
commitc1a6808458ab4210772408172e679fa32d440575 (patch)
tree0075a93e516f2341cfdd9b19575e50de559afade /dev-haskell/cryptohash-sha256
parentdev-haskell/blaze-builder: Add upper bound to ghc dep (diff)
downloadgentoo-c1a6808458ab4210772408172e679fa32d440575.tar.gz
gentoo-c1a6808458ab4210772408172e679fa32d440575.tar.bz2
gentoo-c1a6808458ab4210772408172e679fa32d440575.zip
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>
Diffstat (limited to 'dev-haskell/cryptohash-sha256')
-rw-r--r--dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild b/dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild
index 3c2252862587..f931823ec69e 100644
--- a/dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild
+++ b/dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild
@@ -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() {