pkgsrc/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal
pho c210c57f2c Update to cryptohash-sha-256-0.11.102.0
* Add Eq instance for Ctx
* Add start and startlazy producing Ctx
* Introduce new use-cbits cabal flag in order to add support for
  FFI-less cryptohash-sha256-pure pass-thru
2021-04-24 13:25:14 +00:00

15 lines
410 B
Text

$NetBSD: patch-cryptohash-sha256.cabal,v 1.2 2021/04/24 13:25:14 pho Exp $
Fix build with GHC 9.
--- cryptohash-sha256.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ cryptohash-sha256.cabal
@@ -81,7 +81,7 @@ library
ghc-options: -Wall
- build-depends: base >= 4.5 && < 4.15
+ build-depends: base >= 4.5 && < 5
exposed-modules: Crypto.Hash.SHA256