pkgsrc/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal
pho 9630eff194 Import cryptohash-sha256-0.11.101.0
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.
2020-01-18 15:25:43 +00:00

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