Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kD181vkv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZXaBlKIA Received: by mail.netbsd.org (Postfix, from userid 605) id 9E3298506C; Sat, 4 May 2024 13:07:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714828061; bh=VASqY2mgq9rGoKPIqXUj3D95JtcT67x62ABqGradvCc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kD181vkvSUU7hXpoI+RGIf1PBgDFLv1hcH6sfkmne9fyO3zuM3wCeSOoQoApSX+AL tyb7pARf3KL7HkHaCCPsWYKqy+UxB6NHYSHS6j8F8u4uhqT1MJz4p3wuYEbYEaBXUG wYgq9GKWqthtS1dRgp53ggjpi/zJmI0ZmHsy7xT4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BC5E84D27 for ; Sat, 4 May 2024 13:07:40 +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 1MJ3YK-J93WJ for ; Sat, 4 May 2024 13:07:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAA8584CFE for ; Sat, 4 May 2024 13:07:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714828060; bh=VASqY2mgq9rGoKPIqXUj3D95JtcT67x62ABqGradvCc=; h=Date:From:Subject:To:Reply-To; b=ZXaBlKIAUC4wZjeRD3a0W/26TAUMfiTsdATrCHn0Y7E6dAFnc8xMRsw+3AHDt3fdh ri6dWb8iiXiBUIoG8SQR44CtyQlzrImYa6Y0PWhs45+0VCa7M/v2DVFeG3U/Ek2o8o hJhRWjciDIjKuRYssU0WupouxtBy2inBcYtztyCY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB827FA2C; Sat, 4 May 2024 13:07:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171482805956870" MIME-Version: 1.0 Date: Sat, 4 May 2024 13:07:39 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-http-conduit To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504130739.DB827FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171482805956870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 13:07:39 UTC 2024 Modified Files: pkgsrc/www/hs-http-conduit: PLIST Log Message: www/hs-http-conduit: 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/www/hs-http-conduit/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171482805956870 Content-Disposition: inline Content-Length: 2464 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-http-conduit/PLIST diff -u pkgsrc/www/hs-http-conduit/PLIST:1.2 pkgsrc/www/hs-http-conduit/PLIST:1.3 --- pkgsrc/www/hs-http-conduit/PLIST:1.2 Tue Oct 31 09:41:18 2023 +++ pkgsrc/www/hs-http-conduit/PLIST Sat May 4 13:07:39 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/10/31 09:41:18 pho Exp $ -lib/http-conduit-${PKGVERSION}/${HS_VERSION}/package-description -lib/http-conduit-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.3 2024/05/04 13:07:39 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.p_hi @@ -13,6 +11,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/http-conduit-${PKGVERSION}/${HS_VERSION}/package-description +lib/http-conduit-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Client-Conduit.html ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Conduit.html @@ -40,12 +40,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/htt ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-U.html ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-W.html ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/http-conduit.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/synopsis.png --_----------=_171482805956870--