pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 13:57:36 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/hs-regex-posix/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-posix/Makefile
diff -u pkgsrc/textproc/hs-regex-posix/Makefile:1.14 pkgsrc/textproc/hs-regex-posix/Makefile:1.15
--- pkgsrc/textproc/hs-regex-posix/Makefile:1.14        Thu May  9 01:32:45 2024
+++ pkgsrc/textproc/hs-regex-posix/Makefile     Sat Feb  1 13:57:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:45 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/01 13:57:35 pho Exp $
 
 DISTNAME=      regex-posix-0.96.0.1
 PKGREVISION=   6
@@ -10,7 +10,8 @@ LICENSE=      modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base    \
-       bytestring
+       bytestring      \
+       containers
 
 .include "../../mk/haskell.mk"
 .include "../../textproc/hs-regex-base/buildlink3.mk"



Home | Main Index | Thread Index | Old Index