Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1071185B31 for ; Tue, 31 Oct 2023 16:45:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YZlpVsJlCSvi for ; Tue, 31 Oct 2023 16:45:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 921CC84D44 for ; Tue, 31 Oct 2023 16:45:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F55CFADC; Tue, 31 Oct 2023 16:45:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698770706114980" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 16:45:06 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231031164506.8F55CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698770706114980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 16:45:06 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-resource-pool To generate a diff of this commit: cvs rdiff -u -r1.4096 -r1.4097 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698770706114980 Content-Disposition: inline Content-Length: 593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4096 pkgsrc/devel/Makefile:1.4097 --- pkgsrc/devel/Makefile:1.4096 Tue Oct 31 16:35:22 2023 +++ pkgsrc/devel/Makefile Tue Oct 31 16:45:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4096 2023/10/31 16:35:22 pho Exp $ +# $NetBSD: Makefile,v 1.4097 2023/10/31 16:45:06 pho Exp $ # COMMENT= Development utilities @@ -714,6 +714,7 @@ SUBDIR+= hs-random-shuffle SUBDIR+= hs-refact SUBDIR+= hs-reflection SUBDIR+= hs-repline +SUBDIR+= hs-resource-pool SUBDIR+= hs-resourcet SUBDIR+= hs-retry SUBDIR+= hs-rio --_----------=_1698770706114980--