Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NL5xphrG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HA8h8o7T Received: by mail.netbsd.org (Postfix, from userid 605) id 13AB384E5F; Mon, 29 Apr 2024 03:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714362094; bh=H6VjH9on5urHTC0Uq6sQUbuwF34kMJATI7egpiRXXsg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NL5xphrGH4MUtfTmUNjqmtd9TqDPCRJqst6RSMtRMAIw+2PAOuMbsieL/0387fQ4h /7r+ssElSQjhI1PC+ur3W0kZJWPyJwQ9zkg5rDhteBqHnvfwdAhBIuaXR/RGVlr53N nvAuo1hV00j5emNbUPARWJmixCcFfY9TSreGQHGw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 066CB84D62 for ; Mon, 29 Apr 2024 03:41:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 efaKyIBjX1GK for ; Mon, 29 Apr 2024 03:41:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A25E84C13 for ; Mon, 29 Apr 2024 03:41:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714362092; bh=H6VjH9on5urHTC0Uq6sQUbuwF34kMJATI7egpiRXXsg=; h=Date:From:Subject:To:Reply-To; b=HA8h8o7TVCf0w1ItcPIhHGPDhm5fw8iP4Ykvf8E2Tb1PsTHgxorjwSEwxmG7zWiNK Dp6GPQ7lIW8kYDhW8ezq0+4dU60/EDUSD8DbdJc5OrUlWbkq46goebzgmEwB7C/Ila SFuDKatAPNrFwNLCu8gpRK7T+ZnqIkXB5g35t9fs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6515AFA2C; Mon, 29 Apr 2024 03:41:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714362092183260" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 03:41:32 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-base-compat-batteries To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240429034132.6515AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714362092183260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Apr 29 03:41:32 UTC 2024 Modified Files: pkgsrc/devel/hs-base-compat-batteries: PLIST Log Message: devel/hs-base-compat-batteries: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-base-compat-batteries/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714362092183260 Content-Disposition: inline Content-Length: 2605 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-base-compat-batteries/PLIST diff -u pkgsrc/devel/hs-base-compat-batteries/PLIST:1.4 pkgsrc/devel/hs-base-compat-batteries/PLIST:1.5 --- pkgsrc/devel/hs-base-compat-batteries/PLIST:1.4 Fri Oct 27 15:12:30 2023 +++ pkgsrc/devel/hs-base-compat-batteries/PLIST Mon Apr 29 03:41:32 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2023/10/27 15:12:30 pho Exp $ -lib/base-compat-batteries-${PKGVERSION}/${HS_VERSION}/package-description -lib/base-compat-batteries-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.5 2024/04/29 03:41:32 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Compat.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Compat.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Compat.p_hi @@ -394,6 +392,8 @@ ${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 +lib/base-compat-batteries-${PKGVERSION}/${HS_VERSION}/package-description +lib/base-compat-batteries-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/Control-Concurrent-Compat-Repl-Batteries.html ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/Control-Concurrent-Compat.html @@ -571,11 +571,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/bas ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/doc-index-Y.html ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/doc-index-Z.html ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/base-compat-batteries-${PKGVERSION}/html/synopsis.png --_----------=_1714362092183260--