Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wNy5a8/g; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jmSMD4Ww Received: by mail.netbsd.org (Postfix, from userid 605) id C9A5084F2B; Thu, 2 May 2024 04:20:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623618; bh=RC7W+C7QMCXxrS0G3dv9Kqciz0sBa3kqyudgXuhrum0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=wNy5a8/g/BMJv8csQzAIJOgk7b51ym6FRYwcJSVAVXxGTitOGOPSFmyFBK96iX/RF RtMqYmpkZ1nsrOxMKFAsEDQEE8ZrKjSfEBDZIKiRu6t15C4bZO0XNeolTMT4BTIeDb GWZ48NWzwkMZ4Q6jIgyZXFm3FhDqmoaC4jxA1z68= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBA9284D4D for ; Thu, 2 May 2024 04:20:16 +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 hpdb57ReYbBw for ; Thu, 2 May 2024 04:20:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4BBD384CFA for ; Thu, 2 May 2024 04:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714623616; bh=RC7W+C7QMCXxrS0G3dv9Kqciz0sBa3kqyudgXuhrum0=; h=Date:From:Subject:To:Reply-To; b=jmSMD4WwIpWxEtpvjSDQiv1YWcdC8fjTIAvCzkFu7g6i0Nt9kHhEzP+Ll8oPAlxFm LtkRezWZMct5FGLnCCXdmucL1ZpNN0d68xD5fthu2bF6+u4fevgOmfh4x3LrnqR0wN tjr9NUZIwWAT6e/goVKXeQ3P2JS2d5fLN4oOFwl4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 419F9FA2C; Thu, 2 May 2024 04:20:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714623616111650" MIME-Version: 1.0 Date: Thu, 2 May 2024 04:20:16 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240502042016.419F9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714623616111650 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:20:16 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-foldl to 1.4.16 To generate a diff of this commit: cvs rdiff -u -r1.2994 -r1.2995 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714623616111650 Content-Disposition: inline Content-Length: 708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2994 pkgsrc/doc/CHANGES-2024:1.2995 --- pkgsrc/doc/CHANGES-2024:1.2994 Thu May 2 04:12:43 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 2 04:20:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2994 2024/05/02 04:12:43 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2995 2024/05/02 04:20:16 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4838,3 +4838,4 @@ Changes to the packages collection and i Updated print/auctex to 13.3 [wiz 2024-05-01] Updated devel/hs-versions to 6.0.6 [pho 2024-05-02] Updated devel/ormolu to 0.7.4.0 [pho 2024-05-02] + Updated devel/hs-foldl to 1.4.16 [pho 2024-05-02] --_----------=_1714623616111650--