pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-Glob



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 05:35:40 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-Glob: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/hs-Glob/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-Glob/Makefile
diff -u pkgsrc/textproc/hs-Glob/Makefile:1.12 pkgsrc/textproc/hs-Glob/Makefile:1.13
--- pkgsrc/textproc/hs-Glob/Makefile:1.12       Thu May  9 01:32:38 2024
+++ pkgsrc/textproc/hs-Glob/Makefile    Thu Jan 30 05:35:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/05/09 01:32:38 pho Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/30 05:35:40 pho Exp $
 
 DISTNAME=      Glob-0.10.2
 PKGREVISION=   6
@@ -9,6 +9,8 @@ COMMENT=        Globbing library
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
+       filepath        \
        transformers
 
 .include "../../devel/hs-dlist/buildlink3.mk"



Home | Main Index | Thread Index | Old Index