Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB3C28598F for ; Mon, 30 Oct 2023 11:34:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EEqdu3WZblIT for ; Mon, 30 Oct 2023 11:34:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 33FB984ED6 for ; Mon, 30 Oct 2023 11:34:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D2B4FADC; Mon, 30 Oct 2023 11:34:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169866564239860" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 11:34:02 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-conduit-extra To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030113402.2D2B4FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169866564239860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 11:34:02 UTC 2023 Modified Files: pkgsrc/devel/hs-conduit-extra: PLIST Log Message: devel/hs-conduit-extra: Fix build with GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-conduit-extra/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169866564239860 Content-Disposition: inline Content-Length: 2312 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-conduit-extra/PLIST diff -u pkgsrc/devel/hs-conduit-extra/PLIST:1.2 pkgsrc/devel/hs-conduit-extra/PLIST:1.3 --- pkgsrc/devel/hs-conduit-extra/PLIST:1.2 Thu Jan 26 17:18:30 2023 +++ pkgsrc/devel/hs-conduit-extra/PLIST Mon Oct 30 11:34:02 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/01/26 17:18:30 pho Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/10/30 11:34:02 pho Exp $ lib/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-description lib/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Attoparsec.dyn_hi @@ -43,7 +43,7 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so -${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/Data-Conduit-Attoparsec.html ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/Data-Conduit-Binary.html ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/Data-Conduit-ByteString-Builder.html @@ -79,9 +79,11 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/con ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index-U.html ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index-W.html ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/synopsis.png --_----------=_169866564239860--