Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kxKJCMox; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XQfVrwY5 Received: by mail.netbsd.org (Postfix, from userid 605) id 7F2EE84F83; Thu, 2 May 2024 08:21:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714638065; bh=8QKcUyvdTZDCO+lUVchfgUuM3tKewCThdoaBax8ymi0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kxKJCMoxK+jPGvQb7ubLV/ePpPKd5cPiVu2xHANtJmaUIds47NElLffvvPXgTi3YL GbKUT9F0bHoxxBlLTGXexxtPeWLQeQY5XQbgE9Iw/RglnMz/9isTKMrH6iukoOy3bZ GyAD3be3ylGaFxdunthrna9j9Pdd3cr/7gmZlXBs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7029384D2F for ; Thu, 2 May 2024 08:21:04 +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 kcv61dqXQ5F1 for ; Thu, 2 May 2024 08:21:04 +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 C236284D2D for ; Thu, 2 May 2024 08:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714638064; bh=8QKcUyvdTZDCO+lUVchfgUuM3tKewCThdoaBax8ymi0=; h=Date:From:Subject:To:Reply-To; b=XQfVrwY52/ukURBhiQ7YFPe0dk24Lx3oDynUShnZs6INhpgaqKXQQ8n7pRvmVw1vx BLPlAXbYEKpckZE9obH5jt7HEiTAfLEJ18L6kJBDZzdkJNi1KIqGgUs15zRRZvvM8h f8f3ywCq31YpNe1Rye1Dv/A3wtioEW3NZR822z98= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB345FA2C; Thu, 2 May 2024 08:21:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714638063132040" MIME-Version: 1.0 Date: Thu, 2 May 2024 08:21:03 +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: <20240502082103.BB345FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714638063132040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu May 2 08:21:03 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-lifted-async to 0.10.2.5 To generate a diff of this commit: cvs rdiff -u -r1.3006 -r1.3007 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714638063132040 Content-Disposition: inline Content-Length: 726 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.3006 pkgsrc/doc/CHANGES-2024:1.3007 --- pkgsrc/doc/CHANGES-2024:1.3006 Thu May 2 08:10:00 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 2 08:21:03 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3006 2024/05/02 08:10:00 pin Exp $ +$NetBSD: CHANGES-2024,v 1.3007 2024/05/02 08:21:03 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4850,3 +4850,4 @@ Changes to the packages collection and i Added games/classicube version 1.3.6 [nia 2024-05-02] Updated math/hs-invariant to 0.6.3 [pho 2024-05-02] Updated shells/nushell to 0.93.0 [pin 2024-05-02] + Updated devel/hs-lifted-async to 0.10.2.5 [pho 2024-05-02] --_----------=_1714638063132040--