pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-turtle



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 09:56:31 UTC 2025

Modified Files:
        pkgsrc/devel/hs-turtle: Makefile

Log Message:
devel/hs-turtle: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-turtle/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-turtle/Makefile
diff -u pkgsrc/devel/hs-turtle/Makefile:1.11 pkgsrc/devel/hs-turtle/Makefile:1.12
--- pkgsrc/devel/hs-turtle/Makefile:1.11        Thu May  9 01:32:16 2024
+++ pkgsrc/devel/hs-turtle/Makefile     Sat Feb  1 09:56:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/09 01:32:16 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/01 09:56:31 pho Exp $
 
 DISTNAME=      turtle-1.6.2
 PKGREVISION=   2
@@ -10,6 +10,8 @@ LICENSE=      modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        bytestring      \
+       containers      \
+       filepath        \
        text
 
 .include "../../textproc/hs-ansi-wl-pprint/buildlink3.mk"



Home | Main Index | Thread Index | Old Index