diff options
Diffstat (limited to 'dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild')
-rw-r--r-- | dev-haskell/cryptohash-sha256/cryptohash-sha256-0.11.101.0.ebuild | 1 |
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() { |