summaryrefslogtreecommitdiff
path: root/security/hs-cryptohash-sha256
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
committermef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
commit966edc6b115992de324939f40cec49788fe638a6 (patch)
treed91e168edeec6745900e9558886163d610c0fe90 /security/hs-cryptohash-sha256
parentc07465375d49d1063f64f0dbb8cc08f74181d220 (diff)
downloadpkgsrc-966edc6b115992de324939f40cec49788fe638a6.tar.gz
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again
Diffstat (limited to 'security/hs-cryptohash-sha256')
-rw-r--r--security/hs-cryptohash-sha256/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hs-cryptohash-sha256/Makefile b/security/hs-cryptohash-sha256/Makefile
index 1ab588bdcb9..50c0cb362b2 100644
--- a/security/hs-cryptohash-sha256/Makefile
+++ b/security/hs-cryptohash-sha256/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
DISTNAME= cryptohash-sha256-0.11.101.0
CATEGORIES= security
@@ -7,6 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Fast, pure and practical SHA-256 implementation
LICENSE= modified-bsd
-BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"