Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=AlBgHio0; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GCPhB/PA Received: by mail.netbsd.org (Postfix, from userid 605) id 87F7584F65; Thu, 2 May 2024 04:23:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623831; bh=YyL6jjMmpzULjaPR21RS1VbI8M3cU81QDxyZTpky/jg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=AlBgHio0uz0wMsXwOG/Un8z8hjrCU8dGDDMGx9UtZTilKcTGSNp0jdzgpMRH5S5EM TPNKTSGsNPzFyXMsR0mUrliifvUi40/aK8o4T0hgJzGxFhpJLqqbnXku6I4JTv/mg/ cYeWAANsW4H5P4qcXV/GDQRKzhhyQOvpwhCDoWRI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79CFB84D4D for ; Thu, 2 May 2024 04:23:50 +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 BHieuYDP22e2 for ; Thu, 2 May 2024 04:23:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E2BC184CFA for ; Thu, 2 May 2024 04:23:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623830; bh=YyL6jjMmpzULjaPR21RS1VbI8M3cU81QDxyZTpky/jg=; h=Date:From:Subject:To:Reply-To; b=GCPhB/PA1+bHracXf3o9oZAbxJiwbAB6XRpg5dFIDe3wrphtwcSKWP1vAeP6uVXKP 2K0h2FX4HKXrvo/lc2GY4z6X07gZO+RdXfIIBSZhLk+qCmpeMeR7bFlnElNw3evU/h xC6yZpMKwNGesU0Hx0hsCaV6mt5DcKGjrppKq/Qg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD845FA2C; Thu, 2 May 2024 04:23:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714623829291810" MIME-Version: 1.0 Date: Thu, 2 May 2024 04:23:49 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-mutable-containers To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240502042349.DD845FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714623829291810 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:23:49 UTC 2024 Modified Files: pkgsrc/devel/hs-mutable-containers: PLIST Log Message: devel/hs-mutable-containers: 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.3 -r1.4 pkgsrc/devel/hs-mutable-containers/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714623829291810 Content-Disposition: inline Content-Length: 2229 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-mutable-containers/PLIST diff -u pkgsrc/devel/hs-mutable-containers/PLIST:1.3 pkgsrc/devel/hs-mutable-containers/PLIST:1.4 --- pkgsrc/devel/hs-mutable-containers/PLIST:1.3 Thu Nov 2 06:14:23 2023 +++ pkgsrc/devel/hs-mutable-containers/PLIST Thu May 2 04:23:49 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/11/02 06:14:23 pho Exp $ -lib/mutable-containers-${PKGVERSION}/${HS_VERSION}/package-description -lib/mutable-containers-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.4 2024/05/02 04:23:49 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Mutable.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Data/Mutable.hi @@ -31,15 +29,15 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Paths_mut ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_mutable_containers.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +lib/mutable-containers-${PKGVERSION}/${HS_VERSION}/package-description +lib/mutable-containers-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/Data-Mutable.html ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/mutable-containers.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/mutable-containers-${PKGVERSION}/html/synopsis.png --_----------=_1714623829291810--