pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-feed



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Feb  2 03:08:43 UTC 2025

Modified Files:
        pkgsrc/www/hs-feed: Makefile

Log Message:
www/hs-feed: Fix build with newer xml-conduit


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-feed/Makefile

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

Modified files:

Index: pkgsrc/www/hs-feed/Makefile
diff -u pkgsrc/www/hs-feed/Makefile:1.4 pkgsrc/www/hs-feed/Makefile:1.5
--- pkgsrc/www/hs-feed/Makefile:1.4     Thu May  9 01:32:52 2024
+++ pkgsrc/www/hs-feed/Makefile Sun Feb  2 03:08:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/09 01:32:52 pho Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/02 03:08:43 pho Exp $
 
 DISTNAME=      feed-1.3.2.1
 PKGREVISION=   2
@@ -13,7 +13,8 @@ HASKELL_UNRESTRICT_DEPENDENCIES=      \
        base-compat     \
        bytestring      \
        text            \
-       time
+       time            \
+       xml-conduit
 
 .include "../../devel/hs-base-compat/buildlink3.mk"
 .include "../../devel/hs-old-locale/buildlink3.mk"



Home | Main Index | Thread Index | Old Index