pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-parallel
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 30 05:28:36 UTC 2025
Modified Files:
pkgsrc/devel/hs-parallel: Makefile
Log Message:
devel/hs-parallel: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hs-parallel/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-parallel/Makefile
diff -u pkgsrc/devel/hs-parallel/Makefile:1.8 pkgsrc/devel/hs-parallel/Makefile:1.9
--- pkgsrc/devel/hs-parallel/Makefile:1.8 Thu May 9 01:32:06 2024
+++ pkgsrc/devel/hs-parallel/Makefile Thu Jan 30 05:28:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/09 01:32:06 pho Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/30 05:28:36 pho Exp $
DISTNAME= parallel-3.2.2.0
PKGREVISION= 5
@@ -10,6 +10,7 @@ LICENSE= modified-bsd
HASKELL_UNRESTRICT_DEPENDENCIES+= \
base \
+ containers \
deepseq
.include "../../mk/haskell.mk"
Home |
Main Index |
Thread Index |
Old Index