pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 13:20:23 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/hs-regex-tdfa/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-tdfa/Makefile
diff -u pkgsrc/textproc/hs-regex-tdfa/Makefile:1.14 pkgsrc/textproc/hs-regex-tdfa/Makefile:1.15
--- pkgsrc/textproc/hs-regex-tdfa/Makefile:1.14 Thu May  9 01:32:45 2024
+++ pkgsrc/textproc/hs-regex-tdfa/Makefile      Thu Jan 30 13:20:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:45 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/30 13:20:23 pho Exp $
 
 DISTNAME=      regex-tdfa-1.3.2.2
 PKGREVISION=   2
@@ -9,6 +9,7 @@ COMMENT=        Pure Haskell Tagged DFA Backend
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
        text
 
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index