Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NlbRpfK/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bOMwJT68 Received: by mail.netbsd.org (Postfix, from userid 605) id 114FC84F6F; Thu, 2 May 2024 04:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623400; bh=eUO2fqWroRplzNK3G6j2Kg1u4xaNuU8ZBhVfbP3T94k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NlbRpfK/U7PQlZ7nOMHHHh61lP/lw3dxGFzbpVme2vI90yfygVwaYOx8ER967B7SO 6IjmKQ06drsLKHIZlbJJ/mGvktkalCKNfOz6o8zQKjugmeW6EdR4lhh1AJ4kEQ1qEu 2AFugPcS2S6hhK2awMBV2bJnm0qCEEJQ8fzccKrQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03C5C84F6C for ; Thu, 2 May 2024 04:16:39 +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 zhv9-XJB0J6A for ; Thu, 2 May 2024 04:16:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7237E84CFA for ; Thu, 2 May 2024 04:16:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623398; bh=eUO2fqWroRplzNK3G6j2Kg1u4xaNuU8ZBhVfbP3T94k=; h=Date:From:Subject:To:Reply-To; b=bOMwJT681d2aRpyvraKic7BwTK8SuX4GcDuNYAL8Vuw/8863SQw5QwZsHijMEL6Q1 wYIJmmVMuTHkBuGTTco3tsWvrdvyJRHc6FKEiWY0eMrlrluZ95ch71CEcHSvlq7la7 XukkKvps3WZ4ppdrgUJj4HjC3Y5BT6CeH129T1oo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B60CFA2C; Thu, 2 May 2024 04:16:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714623398102610" MIME-Version: 1.0 Date: Thu, 2 May 2024 04:16:38 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-either To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240502041638.6B60CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714623398102610 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:16:38 UTC 2024 Modified Files: pkgsrc/devel/hs-either: PLIST Log Message: devel/hs-either: 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-either/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714623398102610 Content-Disposition: inline Content-Length: 2088 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-either/PLIST diff -u pkgsrc/devel/hs-either/PLIST:1.4 pkgsrc/devel/hs-either/PLIST:1.5 --- pkgsrc/devel/hs-either/PLIST:1.4 Mon Oct 30 07:49:42 2023 +++ pkgsrc/devel/hs-either/PLIST Thu May 2 04:16:38 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2023/10/30 07:49:42 pho Exp $ -lib/either-${PKGVERSION}/${HS_VERSION}/package-description -lib/either-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.5 2024/05/02 04:16:38 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Either/Combinators.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Data/Either/Combinators.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Either/Combinators.p_hi @@ -10,16 +8,16 @@ ${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/either-${PKGVERSION}/${HS_VERSION}/package-description +lib/either-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/either-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/Data-Either-Combinators.html ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/Data-Either-Validation.html ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/either.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/synopsis.png --_----------=_1714623398102610--