pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-unicode-collation



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 12:51:30 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-unicode-collation: Makefile

Log Message:
textproc/hs-unicode-collation: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/hs-unicode-collation/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-unicode-collation/Makefile
diff -u pkgsrc/textproc/hs-unicode-collation/Makefile:1.11 pkgsrc/textproc/hs-unicode-collation/Makefile:1.12
--- pkgsrc/textproc/hs-unicode-collation/Makefile:1.11  Thu May  9 01:32:49 2024
+++ pkgsrc/textproc/hs-unicode-collation/Makefile       Sat Feb  1 12:51:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/09 01:32:49 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/01 12:51:30 pho Exp $
 
 DISTNAME=      unicode-collation-0.1.3.6
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Haskell implementation of the Unicode Collation Algorithm
 LICENSE=       2-clause-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../devel/hs-th-lift-instances/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index