Received: by mail.netbsd.org (Postfix, from userid 605) id A84E684EA2; Mon, 30 Jan 2023 06:58:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8CA484E9E for ; Mon, 30 Jan 2023 06:58:20 +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 IPeZuPg60dOY for ; Mon, 30 Jan 2023 06:58:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C87A84D3D for ; Mon, 30 Jan 2023 06:58:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A31CFA90; Mon, 30 Jan 2023 06:58:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675061900174950" MIME-Version: 1.0 Date: Mon, 30 Jan 2023 06:58:20 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20230130065820.6A31CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675061900174950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Jan 30 06:58:20 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hw-prim To generate a diff of this commit: cvs rdiff -u -r1.3892 -r1.3893 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675061900174950 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3892 pkgsrc/devel/Makefile:1.3893 --- pkgsrc/devel/Makefile:1.3892 Sun Jan 29 05:49:53 2023 +++ pkgsrc/devel/Makefile Mon Jan 30 06:58:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3892 2023/01/29 05:49:53 taca Exp $ +# $NetBSD: Makefile,v 1.3893 2023/01/30 06:58:20 pho Exp $ # COMMENT= Development utilities @@ -609,6 +609,7 @@ SUBDIR+= hs-hls-refine-imports-plugin SUBDIR+= hs-hls-selection-range-plugin SUBDIR+= hs-hslua-module-system SUBDIR+= hs-hslua-module-version +SUBDIR+= hs-hw-prim SUBDIR+= hs-implicit-hie SUBDIR+= hs-implicit-hie-cradle SUBDIR+= hs-indexed-traversable --_----------=_1675061900174950--