pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/hs-ed25519



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Jan 24 12:33:26 UTC 2023

Modified Files:
        pkgsrc/security/hs-ed25519: Makefile
Removed Files:
        pkgsrc/security/hs-ed25519/patches: patch-ed25519.cabal

Log Message:
security/hs-ed25519: Use HASKELL_UNRESTRICT_DEPENDENCIES


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/hs-ed25519/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/security/hs-ed25519/patches/patch-ed25519.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/hs-ed25519/Makefile
diff -u pkgsrc/security/hs-ed25519/Makefile:1.8 pkgsrc/security/hs-ed25519/Makefile:1.9
--- pkgsrc/security/hs-ed25519/Makefile:1.8     Sat Feb 26 03:58:21 2022
+++ pkgsrc/security/hs-ed25519/Makefile Tue Jan 24 12:33:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/26 03:58:21 pho Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/24 12:33:26 pho Exp $
 
 DISTNAME=      ed25519-0.0.5.0
 PKGREVISION=   4
@@ -8,5 +8,9 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Ed25519 cryptographic signatures
 LICENSE=       mit
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       ghc-prim        \
+       bytestring
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index