pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-vector-stream



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 29 17:16:03 UTC 2025

Modified Files:
        pkgsrc/devel/hs-vector-stream: Makefile

Log Message:
devel/hs-vector-stream: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-vector-stream/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-vector-stream/Makefile
diff -u pkgsrc/devel/hs-vector-stream/Makefile:1.7 pkgsrc/devel/hs-vector-stream/Makefile:1.8
--- pkgsrc/devel/hs-vector-stream/Makefile:1.7  Thu May  9 01:32:19 2024
+++ pkgsrc/devel/hs-vector-stream/Makefile      Wed Jan 29 17:16:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/05/09 01:32:19 pho Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/29 17:16:03 pho Exp $
 
 DISTNAME=      vector-stream-0.1.0.1
 PKGREVISION=   1
@@ -8,5 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Efficient Streams for Haskell
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index