Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9ABA85015 for ; Sun, 29 Oct 2023 07:08:57 +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 DVstfgXMKadV for ; Sun, 29 Oct 2023 07:08:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2AC7584D31 for ; Sun, 29 Oct 2023 07:08:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AB83FADC; Sun, 29 Oct 2023 07:08:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169856333729020" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 07:08:57 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math/hs-semirings To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231029070857.1AB83FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169856333729020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Oct 29 07:08:57 UTC 2023 Modified Files: pkgsrc/math/hs-semirings: PLIST Log Message: math/hs-semirings: Fix build with GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/hs-semirings/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169856333729020 Content-Disposition: inline Content-Length: 2255 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/hs-semirings/PLIST diff -u pkgsrc/math/hs-semirings/PLIST:1.2 pkgsrc/math/hs-semirings/PLIST:1.3 --- pkgsrc/math/hs-semirings/PLIST:1.2 Wed Jan 25 17:35:14 2023 +++ pkgsrc/math/hs-semirings/PLIST Sun Oct 29 07:08:56 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/01/25 17:35:14 pho Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/10/29 07:08:56 pho Exp $ lib/semirings-${PKGVERSION}/${HS_VERSION}/package-description lib/semirings-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so @@ -22,7 +22,7 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Star ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Star.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}/semirings-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/Data-Euclidean.html ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/Data-Field.html ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/Data-Semiring-Generic.html @@ -30,10 +30,12 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/sem ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/Data-Semiring.html ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/Data-Star.html ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/semirings.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/semirings-${PKGVERSION}/html/synopsis.png --_----------=_169856333729020--