pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-primitive
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 29 17:14:31 UTC 2025
Modified Files:
pkgsrc/devel/hs-primitive: Makefile
Log Message:
devel/hs-primitive: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/hs-primitive/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-primitive/Makefile
diff -u pkgsrc/devel/hs-primitive/Makefile:1.20 pkgsrc/devel/hs-primitive/Makefile:1.21
--- pkgsrc/devel/hs-primitive/Makefile:1.20 Thu May 9 01:32:07 2024
+++ pkgsrc/devel/hs-primitive/Makefile Wed Jan 29 17:14:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/05/09 01:32:07 pho Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/29 17:14:31 pho Exp $
DISTNAME= primitive-0.9.0.0
PKGREVISION= 2
@@ -8,5 +8,8 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Primitive memory-related operations
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base
+
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index