Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lm6dY5ED; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mIOXuho1 Received: by mail.netbsd.org (Postfix, from userid 605) id 1C72D8505A; Sat, 4 May 2024 07:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714806545; bh=60itQbswo2PUt/ua2C6GmM7ftkZasnB1if+7VX/cy/w=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lm6dY5EDkNgzSiKbZiBcxL5jRpErDvnCwxwcfsVFB3AdHlMgWCg2wApdQ1xv6lWTo pCz/dWQ+Va38G9bPlQYXkV6be2AkIFwTzodrKrTuHhEpY9ICnraYkJO9gxz3sxEsnL gsX2nw6Q0Tg7yvctcWqx4c7qVHQKuRLg4oHJ/GP0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DCF184E57 for ; Sat, 4 May 2024 07:09: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 uffn5fdsPXNK for ; Sat, 4 May 2024 07:09:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6211D84D15 for ; Sat, 4 May 2024 07:09:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714806543; bh=60itQbswo2PUt/ua2C6GmM7ftkZasnB1if+7VX/cy/w=; h=Date:From:Subject:To:Reply-To; b=mIOXuho1VAB5E7JtgKIgZSDPXi015o31+eOIc2++HX8ptR0ARNfxB3tmeNtVeDnDl TwyRYZAU+SlR5sjrCPlqdXgAu0gttdVE/Ujm23oONCLi3TT0CrN8vZQgg2nEn6Z2xt OMa71AWINq0ykJm71djtihdWhvbwgZcY+Gg5nbFE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56BE9FA2C; Sat, 4 May 2024 07:09:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714806543143030" MIME-Version: 1.0 Date: Sat, 4 May 2024 07:09: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: <20240504070903.56BE9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714806543143030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 07:09:03 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-hls-graph to 2.7.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3071 -r1.3072 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714806543143030 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.3071 pkgsrc/doc/CHANGES-2024:1.3072 --- pkgsrc/doc/CHANGES-2024:1.3071 Sat May 4 07:04:24 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 4 07:09:03 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3071 2024/05/04 07:04:24 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3072 2024/05/04 07:09:03 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4913,3 +4913,4 @@ Changes to the packages collection and i Added devel/hs-quickcheck-instances version 0.3.30 [pho 2024-05-04] Updated devel/hs-lsp-types to 2.2.0.0 [pho 2024-05-04] Updated devel/hs-lsp to 2.5.0.0 [pho 2024-05-04] + Updated devel/hs-hls-graph to 2.7.0.0 [pho 2024-05-04] --_----------=_1714806543143030--