c210c57f2c
* 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
15 lines
410 B
Text
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
|
|
|