Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CN63ZI1m; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iwZwRiKv Received: by mail.netbsd.org (Postfix, from userid 605) id B717784F4A; Wed, 1 May 2024 09:32:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714555931; bh=HddkQfiOPEeIpgRPKhFM8q82wNMcIt5Ksxb67gwvxnw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CN63ZI1mBlRGT/kGopiLHAq62kWD7i1d1FOaVnPX8jm4TMILxzz0nRiz0iBj8kA39 m76mrtFhTq07PnB5AzOOC/qxr/YlCjxR0VSg/vHXgp5MTds3QUBBCKcu5aaQqX54Nx UgfqqYpUOVxDR4ewnqBNEqi2ZA7IQi74BNMywIc0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9D9184D61 for ; Wed, 1 May 2024 09:32:10 +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 rUXUOT7-78Qh for ; Wed, 1 May 2024 09:32:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08EE984CC8 for ; Wed, 1 May 2024 09:32:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714555930; bh=HddkQfiOPEeIpgRPKhFM8q82wNMcIt5Ksxb67gwvxnw=; h=Date:From:Subject:To:Reply-To; b=iwZwRiKvVzV76c4IujAzQCEaN/Ak0iwQmnjY5eWQokd57yyZlYFiSz2KIRMaZmhyO Oo/+glPVg9jEqHqgDST3b/MWywSy+k0JLbJ9xGSvmHpxw3QD0FAgdDZzVtTO6LUXKz m3cu3Npo6vjjo4PwzH/oKkex/Y/w/fyT8M+CvjaU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0389BFA2C; Wed, 1 May 2024 09:32:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714555929238990" MIME-Version: 1.0 Date: Wed, 1 May 2024 09:32:09 +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: <20240501093210.0389BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714555929238990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 1 09:32:09 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/cabal-fmt to 0.1.11 To generate a diff of this commit: cvs rdiff -u -r1.2974 -r1.2975 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714555929238990 Content-Disposition: inline Content-Length: 738 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.2974 pkgsrc/doc/CHANGES-2024:1.2975 --- pkgsrc/doc/CHANGES-2024:1.2974 Wed May 1 08:17:01 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 1 09:32:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2974 2024/05/01 08:17:01 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2975 2024/05/01 09:32:09 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4814,3 +4814,4 @@ Changes to the packages collection and i Updated devel/hs-microlens-platform to 0.4.3.5 [pho 2024-05-01] Updated fonts/cascadia-ttf to 2404.23 [wiz 2024-05-01] Updated textproc/hs-megaparsec to 9.6.1 [pho 2024-05-01] + Updated devel/cabal-fmt to 0.1.11 [pho 2024-05-01] --_----------=_1714555929238990--