Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBDCD85ABF for ; Thu, 26 Oct 2023 02:34:31 +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 zLfhsWNKieJL for ; Thu, 26 Oct 2023 02:34:31 +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 6008385AB8 for ; Thu, 26 Oct 2023 02:34:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DA69FADC; Thu, 26 Oct 2023 02:34:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698287671273220" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 02:34:31 +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: <20231026023431.5DA69FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698287671273220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Oct 26 02:34:31 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-bloomfilter To generate a diff of this commit: cvs rdiff -u -r1.4078 -r1.4079 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698287671273220 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4078 pkgsrc/devel/Makefile:1.4079 --- pkgsrc/devel/Makefile:1.4078 Thu Oct 26 02:31:50 2023 +++ pkgsrc/devel/Makefile Thu Oct 26 02:34:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4078 2023/10/26 02:31:50 pho Exp $ +# $NetBSD: Makefile,v 1.4079 2023/10/26 02:34:31 pho Exp $ # COMMENT= Development utilities @@ -538,6 +538,7 @@ SUBDIR+= hs-bitarray SUBDIR+= hs-bitvec SUBDIR+= hs-blaze-builder SUBDIR+= hs-blaze-textual +SUBDIR+= hs-bloomfilter SUBDIR+= hs-boring SUBDIR+= hs-byteable SUBDIR+= hs-bytestring-builder --_----------=_1698287671273220--