Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=B+3YUKD0; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bWQ9tdpb Received: by mail.netbsd.org (Postfix, from userid 605) id 2E54F84EBE; Thu, 2 May 2024 04:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714622707; bh=EZ++0wvvn3bYk2oBjgmHSEz52E3jiL2Rf/2C/RomS04=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=B+3YUKD0v6SJkplh0QDllNIr4gJpT+D/bZSlimQ7pxQsT7dVA5rApMhMgCO9aLm4Q 3OY6O+57cYh5RsMzVAZ8IOdXOU6/Fk0ZRH1lkgRThoTAzO17xZA865ukfmnI/qgO+J mZWPh1uazx7TVb8WlWoQ2095AwO7fiFC3BkYquEY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 206B884D4D for ; Thu, 2 May 2024 04:05:06 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jVMh3gY4G80k for ; Thu, 2 May 2024 04:05:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84B1184CFA for ; Thu, 2 May 2024 04:05:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714622705; bh=EZ++0wvvn3bYk2oBjgmHSEz52E3jiL2Rf/2C/RomS04=; h=Date:From:Subject:To:Reply-To; b=bWQ9tdpbp8EsdxT3IXz38milNsgVwc4UttIPl6Ao8i47Xx3Tx1yUPWtS/fbJ+T96R Y+JW4v1QbAC2vs/eclbkV87kCmLaJE7H9Gf1h5Xuow5ecKRD2kqBGKviMDuLfIHMy0 9wNydy59zPo/g6+lPEd1paLtKGXcm2ZgS8/DsLm8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E73EFA2C; Thu, 2 May 2024 04:05:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714622705167770" MIME-Version: 1.0 Date: Thu, 2 May 2024 04:05:05 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-storable-record To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240502040505.7E73EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714622705167770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu May 2 04:05:05 UTC 2024 Modified Files: pkgsrc/devel/hs-storable-record: PLIST Log Message: devel/hs-storable-record: 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.2 -r1.3 pkgsrc/devel/hs-storable-record/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714622705167770 Content-Disposition: inline Content-Length: 2595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-storable-record/PLIST diff -u pkgsrc/devel/hs-storable-record/PLIST:1.2 pkgsrc/devel/hs-storable-record/PLIST:1.3 --- pkgsrc/devel/hs-storable-record/PLIST:1.2 Mon Oct 30 03:21:23 2023 +++ pkgsrc/devel/hs-storable-record/PLIST Thu May 2 04:05:05 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/10/30 03:21:23 pho Exp $ -lib/storable-record-${PKGVERSION}/${HS_VERSION}/package-description -lib/storable-record-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.3 2024/05/02 04:05:05 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/FixedArray.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/FixedArray.hi @@ -28,6 +26,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/S ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/TraversableUnequalSizes.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +lib/storable-record-${PKGVERSION}/${HS_VERSION}/package-description +lib/storable-record-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/Foreign-Storable-FixedArray.html ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/Foreign-Storable-Newtype.html @@ -35,12 +35,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/sto ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/Foreign-Storable-Record.html ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/Foreign-Storable-Traversable.html ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/storable-record.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/storable-record-${PKGVERSION}/html/synopsis.png --_----------=_1714622705167770--