Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAA1785B40 for ; Tue, 31 Oct 2023 17:06:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 u2v5kprI_9sy for ; Tue, 31 Oct 2023 17:06:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7055785000 for ; Tue, 31 Oct 2023 17:06:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DBEDFADC; Tue, 31 Oct 2023 17:06:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698771966117710" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 17:06: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: <20231031170606.6DBEDFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698771966117710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 17:06:06 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-safesemaphore To generate a diff of this commit: cvs rdiff -u -r1.4099 -r1.4100 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698771966117710 Content-Disposition: inline Content-Length: 602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4099 pkgsrc/devel/Makefile:1.4100 --- pkgsrc/devel/Makefile:1.4099 Tue Oct 31 16:52:59 2023 +++ pkgsrc/devel/Makefile Tue Oct 31 17:06:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4099 2023/10/31 16:52:59 pho Exp $ +# $NetBSD: Makefile,v 1.4100 2023/10/31 17:06:06 pho Exp $ # COMMENT= Development utilities @@ -723,6 +723,7 @@ SUBDIR+= hs-rio-orphans SUBDIR+= hs-row-types SUBDIR+= hs-safe SUBDIR+= hs-safe-exceptions +SUBDIR+= hs-safesemaphore SUBDIR+= hs-say SUBDIR+= hs-semialign SUBDIR+= hs-semver-range --_----------=_1698771966117710--