Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D221A84D95 for ; Mon, 30 Oct 2023 03:25:56 +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 d15PVWoH1lRV for ; Mon, 30 Oct 2023 03:25:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4D73884D8A for ; Mon, 30 Oct 2023 03:25:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AFABFADC; Mon, 30 Oct 2023 03:25:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169863635691760" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 03:25:56 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-rio To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030032556.4AFABFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169863635691760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 03:25:56 UTC 2023 Modified Files: pkgsrc/devel/hs-rio: PLIST Log Message: devel/hs-rio: Fix build with GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-rio/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169863635691760 Content-Disposition: inline Content-Length: 2138 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-rio/PLIST diff -u pkgsrc/devel/hs-rio/PLIST:1.2 pkgsrc/devel/hs-rio/PLIST:1.3 --- pkgsrc/devel/hs-rio/PLIST:1.2 Thu Jan 26 10:30:06 2023 +++ pkgsrc/devel/hs-rio/PLIST Mon Oct 30 03:25:56 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/01/26 10:30:06 pho Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/10/30 03:25:56 pho Exp $ lib/rio-${PKGVERSION}/${HS_VERSION}/package-description lib/rio-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so @@ -190,7 +190,7 @@ lib/${HS_PLATFORM}/${HS_PKGID}/RIO/Write ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/RIO/Writer.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}/rio-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/RIO-ByteString-Lazy-Partial.html ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/RIO-ByteString-Lazy.html ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/RIO-ByteString-Partial.html @@ -286,10 +286,12 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/rio ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/doc-index-Y.html ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/doc-index-Z.html ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/rio.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/rio-${PKGVERSION}/html/synopsis.png --_----------=_169863635691760--