Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tvWt8eq8; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qxaD+mXn Received: by mail.netbsd.org (Postfix, from userid 605) id 2712F84ECF; Wed, 1 May 2024 16:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714582551; bh=Yefwn54N8t+0zEh4Eo/38edwJ+aGlZwlUAWQ96EmJhk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tvWt8eq80rr9bDl8qeIX3Q/MzuXfjsQjif5yxjZ6F7ajXjNoeNsL+2WVBmlGKDJRD qgh3n103iTl1Ec7UVUAIolxLm8qf+jHduXphNuiN6rJZ09cp5THcHp4NguO2VEb3x+ /zK2NxP7eazaaOEvNSBcgRZEveq/QGG93WWrLbys= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 183FB84EB8 for ; Wed, 1 May 2024 16:55: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mVw287e7fDLS for ; Wed, 1 May 2024 16:55:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 83FE884E8E for ; Wed, 1 May 2024 16:55:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714582549; bh=Yefwn54N8t+0zEh4Eo/38edwJ+aGlZwlUAWQ96EmJhk=; h=Date:From:Subject:To:Reply-To; b=qxaD+mXnyNXUJhia8bXaqiz/xmzEpRXz//r8Ibex76xO0IarSe+oWktEvTFEhMkUv UAzgfM1vxRZj26kiXFRm1+RIm3DhQIy4mzneSU6BU602V5GDcKBKkuTVKFSHCWiRLq hzytBpAyCfXb3g8Cl9DVPsGlO/oWx0bRvUt5nkVU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E4B0FA2C; Wed, 1 May 2024 16:55:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171458254974880" MIME-Version: 1.0 Date: Wed, 1 May 2024 16:55:49 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-clientsession To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240501165549.7E4B0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171458254974880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 1 16:55:49 UTC 2024 Modified Files: pkgsrc/www/hs-clientsession: PLIST Log Message: www/hs-clientsession: 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.1 -r1.2 pkgsrc/www/hs-clientsession/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171458254974880 Content-Disposition: inline Content-Length: 2141 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-clientsession/PLIST diff -u pkgsrc/www/hs-clientsession/PLIST:1.1 pkgsrc/www/hs-clientsession/PLIST:1.2 --- pkgsrc/www/hs-clientsession/PLIST:1.1 Tue Oct 31 18:24:52 2023 +++ pkgsrc/www/hs-clientsession/PLIST Wed May 1 16:55:49 2024 @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2023/10/31 18:24:52 pho Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/05/01 16:55:49 pho Exp $ bin/clientsession-generate -lib/clientsession-${PKGVERSION}/${HS_VERSION}/package-description -lib/clientsession-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/System/LookupEnv.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/System/LookupEnv.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/System/LookupEnv.p_hi @@ -11,15 +9,15 @@ ${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/clientsession-${PKGVERSION}/${HS_VERSION}/package-description +lib/clientsession-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/Web-ClientSession.html ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/clientsession.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/clientsession-${PKGVERSION}/html/synopsis.png --_----------=_171458254974880--