Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB64485099 for ; Fri, 27 Oct 2023 06:16:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bv8z7MjXSNWO for ; Fri, 27 Oct 2023 06:16:51 +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 5196584C86 for ; Fri, 27 Oct 2023 06:16:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E96FFADC; Fri, 27 Oct 2023 06:16:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698387411258660" MIME-Version: 1.0 Date: Fri, 27 Oct 2023 06:16:51 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math/hs-integer-logarithms To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231027061651.4E96FFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698387411258660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Oct 27 06:16:51 UTC 2023 Modified Files: pkgsrc/math/hs-integer-logarithms: PLIST Log Message: math/hs-integer-logarithms: Fix build with GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-integer-logarithms/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698387411258660 Content-Disposition: inline Content-Length: 2417 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/hs-integer-logarithms/PLIST diff -u pkgsrc/math/hs-integer-logarithms/PLIST:1.3 pkgsrc/math/hs-integer-logarithms/PLIST:1.4 --- pkgsrc/math/hs-integer-logarithms/PLIST:1.3 Tue Jan 24 12:51:03 2023 +++ pkgsrc/math/hs-integer-logarithms/PLIST Fri Oct 27 06:16:51 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/01/24 12:51:03 pho Exp $ +@comment $NetBSD: PLIST,v 1.4 2023/10/27 06:16:51 pho Exp $ lib/integer-logarithms-${PKGVERSION}/${HS_VERSION}/package-description lib/integer-logarithms-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/GHC/Integer/Logarithms/Compat.dyn_hi @@ -16,16 +16,18 @@ ${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}/integer-logarithms-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/GHC-Integer-Logarithms-Compat.html ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Logarithms.html ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Powers-Integer.html ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Powers-Natural.html ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/integer-logarithms.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/synopsis.png --_----------=_1698387411258660--