pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 13:04:15 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/hs-regex-base/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-base/Makefile
diff -u pkgsrc/textproc/hs-regex-base/Makefile:1.18 pkgsrc/textproc/hs-regex-base/Makefile:1.19
--- pkgsrc/textproc/hs-regex-base/Makefile:1.18 Thu May  9 01:32:45 2024
+++ pkgsrc/textproc/hs-regex-base/Makefile      Thu Jan 30 13:04:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/09 01:32:45 pho Exp $
+# $NetBSD: Makefile,v 1.19 2025/01/30 13:04:15 pho Exp $
 
 DISTNAME=      regex-base-0.94.0.2
 PKGREVISION=   6
@@ -11,6 +11,7 @@ LICENSE=      modified-bsd
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base            \
        bytestring      \
+       containers      \
        text
 
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index