pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-witherable



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Oct 29 18:30:36 UTC 2023

Modified Files:
        pkgsrc/devel/hs-witherable: Makefile PLIST

Log Message:
devel/hs-witherable: Fix build with GHC 9.6


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-witherable/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-witherable/PLIST

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-witherable/Makefile
diff -u pkgsrc/devel/hs-witherable/Makefile:1.7 pkgsrc/devel/hs-witherable/Makefile:1.8
--- pkgsrc/devel/hs-witherable/Makefile:1.7     Mon Oct  9 04:54:35 2023
+++ pkgsrc/devel/hs-witherable/Makefile Sun Oct 29 18:30:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/10/09 04:54:35 pho Exp $
+# $NetBSD: Makefile,v 1.8 2023/10/29 18:30:36 pho Exp $
 
 DISTNAME=      witherable-0.4.2
 PKGREVISION=   5
@@ -9,7 +9,9 @@ COMMENT=        Filterable traversable
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base-orphans    \
        hashable        \
+       transformers    \
        vector
 
 .include "../../devel/hs-base-orphans/buildlink3.mk"

Index: pkgsrc/devel/hs-witherable/PLIST
diff -u pkgsrc/devel/hs-witherable/PLIST:1.2 pkgsrc/devel/hs-witherable/PLIST:1.3
--- pkgsrc/devel/hs-witherable/PLIST:1.2        Thu Jan 26 09:43:54 2023
+++ pkgsrc/devel/hs-witherable/PLIST    Sun Oct 29 18:30:36 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/26 09:43:54 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/10/29 18:30:36 pho Exp $
 lib/witherable-${PKGVERSION}/${HS_VERSION}/package-description
 lib/witherable-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
@@ -10,14 +10,16 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Witherabl
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
-${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Data-Witherable.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Witherable.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/witherable.haddock



Home | Main Index | Thread Index | Old Index