9630eff194
A practical incremental and one-pass, pure API to the SHA-256 cryptographic hash algorithm according to FIPS 180-4 with performance close to the fastest implementations available in other languages.
15 lines
492 B
Text
15 lines
492 B
Text
$NetBSD: patch-cryptohash-sha256.cabal,v 1.1 2020/01/18 15:25:43 pho Exp $
|
|
|
|
Fix build with GHC 8.8
|
|
|
|
--- cryptohash-sha256.cabal.orig 2017-11-13 08:04:55.000000000 +0000
|
|
+++ cryptohash-sha256.cabal
|
|
@@ -74,7 +74,7 @@ library
|
|
Trustworthy
|
|
Unsafe
|
|
|
|
- build-depends: base >= 4.5 && < 4.11
|
|
+ build-depends: base >= 4.5 && < 4.14
|
|
, bytestring >= 0.9.2 && < 0.11
|
|
|
|
ghc-options: -Wall
|