pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-text-ansi



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 10:17:10 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-text-ansi: Makefile

Log Message:
textproc/hs-text-ansi: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-text-ansi/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-text-ansi/Makefile
diff -u pkgsrc/textproc/hs-text-ansi/Makefile:1.3 pkgsrc/textproc/hs-text-ansi/Makefile:1.4
--- pkgsrc/textproc/hs-text-ansi/Makefile:1.3   Thu May  9 01:32:47 2024
+++ pkgsrc/textproc/hs-text-ansi/Makefile       Sat Feb  1 10:17:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/05/09 01:32:47 pho Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/01 10:17:10 pho Exp $
 
 DISTNAME=      text-ansi-0.3.0.1
 PKGREVISION=   2
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Text styling for ANSI terminals
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../textproc/hs-text-builder-linear/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index