pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-HsYAML-aeson



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 11:11:17 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-HsYAML-aeson: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/hs-HsYAML-aeson/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-HsYAML-aeson/Makefile
diff -u pkgsrc/textproc/hs-HsYAML-aeson/Makefile:1.10 pkgsrc/textproc/hs-HsYAML-aeson/Makefile:1.11
--- pkgsrc/textproc/hs-HsYAML-aeson/Makefile:1.10       Thu May  9 01:32:38 2024
+++ pkgsrc/textproc/hs-HsYAML-aeson/Makefile    Fri Jan 31 11:11:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/05/09 01:32:38 pho Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/31 11:11:17 pho Exp $
 
 DISTNAME=      HsYAML-aeson-0.2.0.1
 PKGREVISION=   6
@@ -12,6 +12,7 @@ HASKELL_UNRESTRICT_DEPENDENCIES+=     \
        aeson   \
        base    \
        bytestring      \
+       containers      \
        mtl     \
        text    \
        vector



Home | Main Index | Thread Index | Old Index