Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 788BE8507F for ; Tue, 24 Oct 2023 08:44:18 +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 pbloDSRPZcUN for ; Tue, 24 Oct 2023 08:44:18 +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 E430384CF2 for ; Tue, 24 Oct 2023 08:44:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB9E5FADC; Tue, 24 Oct 2023 08:44:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698137057217200" MIME-Version: 1.0 Date: Tue, 24 Oct 2023 08:44:17 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-stringsearch To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231024084417.DB9E5FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698137057217200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 24 08:44:17 UTC 2023 Modified Files: pkgsrc/textproc/hs-stringsearch: PLIST Log Message: textproc/hs-stringsearch: Fix build on GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/hs-stringsearch/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698137057217200 Content-Disposition: inline Content-Length: 2465 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/hs-stringsearch/PLIST diff -u pkgsrc/textproc/hs-stringsearch/PLIST:1.5 pkgsrc/textproc/hs-stringsearch/PLIST:1.6 --- pkgsrc/textproc/hs-stringsearch/PLIST:1.5 Tue Jan 24 13:00:04 2023 +++ pkgsrc/textproc/hs-stringsearch/PLIST Tue Oct 24 08:44:17 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2023/01/24 13:00:04 pho Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/10/24 08:44:17 pho Exp $ lib/stringsearch-${PKGVERSION}/${HS_VERSION}/package-description lib/stringsearch-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so @@ -49,7 +49,7 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Byte ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Search/Substitution.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}/stringsearch-${PKGVERSION}/LICENCE +share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/LICENCE ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/Data-ByteString-Lazy-Search-DFA.html ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/Data-ByteString-Lazy-Search-KMP.html ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/Data-ByteString-Lazy-Search-KarpRabin.html @@ -62,10 +62,12 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/str ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/Data-ByteString-Search-Substitution.html ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/Data-ByteString-Search.html ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/stringsearch.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/stringsearch-${PKGVERSION}/html/synopsis.png --_----------=_1698137057217200--