pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-data-array-byte



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 20:15:42 UTC 2024

Modified Files:
        pkgsrc/devel/hs-data-array-byte: Makefile

Log Message:
devel/hs-data-array-byte: Fix build with GHC 9.8


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-data-array-byte/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-data-array-byte/Makefile
diff -u pkgsrc/devel/hs-data-array-byte/Makefile:1.5 pkgsrc/devel/hs-data-array-byte/Makefile:1.6
--- pkgsrc/devel/hs-data-array-byte/Makefile:1.5        Thu Nov  2 06:36:24 2023
+++ pkgsrc/devel/hs-data-array-byte/Makefile    Sun Apr 28 20:15:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/11/02 06:36:24 pho Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/28 20:15:42 pho Exp $
 
 DISTNAME=      data-array-byte-0.1.0.1
 PKGREVISION=   3
@@ -10,6 +10,7 @@ LICENSE=      modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES=       \
        base    \
+       deepseq \
        template-haskell
 
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index