pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-regex-pcre



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Feb  2 05:37:02 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-regex-pcre: Makefile

Log Message:
textproc/hs-regex-pcre: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/hs-regex-pcre/Makefile

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

Modified files:

Index: pkgsrc/textproc/hs-regex-pcre/Makefile
diff -u pkgsrc/textproc/hs-regex-pcre/Makefile:1.12 pkgsrc/textproc/hs-regex-pcre/Makefile:1.13
--- pkgsrc/textproc/hs-regex-pcre/Makefile:1.12 Thu May  9 01:32:45 2024
+++ pkgsrc/textproc/hs-regex-pcre/Makefile      Sun Feb  2 05:37:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/05/09 01:32:45 pho Exp $
+# $NetBSD: Makefile,v 1.13 2025/02/02 05:37:02 pho Exp $
 
 DISTNAME=      regex-pcre-0.95.0.0
 PKGREVISION=   8
@@ -12,9 +12,10 @@ USE_TOOLS+=  pkg-config
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base    \
-       bytestring
+       bytestring      \
+       containers
 
-.include "../../mk/haskell.mk"
 .include "../../textproc/hs-regex-base/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index