summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-13 08:00:57 +0000
committermef <mef@pkgsrc.org>2021-02-13 08:00:57 +0000
commit3eb89e463b16e5b1b488fc88aad8065ff59f777b (patch)
tree8bcff445122c9962c3555c22bf7bcdd13d41df14 /security
parent39b3c3ff17a02daacfa110a42bf758ec5968b326 (diff)
downloadpkgsrc-3eb89e463b16e5b1b488fc88aad8065ff59f777b.tar.gz
(*/hs-*) fix build, not adapted to ghc90 version
Diffstat (limited to 'security')
-rw-r--r--security/hs-cryptohash-sha256/Makefile3
-rw-r--r--security/hs-ed25519/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/hs-cryptohash-sha256/Makefile b/security/hs-cryptohash-sha256/Makefile
index 778e723c299..1ab588bdcb9 100644
--- a/security/hs-cryptohash-sha256/Makefile
+++ b/security/hs-cryptohash-sha256/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/18 15:25:43 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= cryptohash-sha256-0.11.101.0
CATEGORIES= security
@@ -7,5 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Fast, pure and practical SHA-256 implementation
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/hs-ed25519/Makefile b/security/hs-ed25519/Makefile
index e16767ac4ed..19d0c0acb43 100644
--- a/security/hs-ed25519/Makefile
+++ b/security/hs-ed25519/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= ed25519-0.0.5.0
CATEGORIES= security
@@ -7,5 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Ed25519 cryptographic signatures
LICENSE= mit
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"