Received: by mail.netbsd.org (Postfix, from userid 605) id 2242384F21; Wed, 1 Feb 2023 02:00:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52BF684D28 for ; Wed, 1 Feb 2023 02:00:30 +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 HSiFIryqQuYn for ; Wed, 1 Feb 2023 02:00:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DCCCC84F01 for ; Wed, 1 Feb 2023 02:00:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA12EFA90; Wed, 1 Feb 2023 02:00:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167521682968090" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 02:00:29 +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: <20230201020029.DA12EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167521682968090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed Feb 1 02:00:29 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-gadt-plugin To generate a diff of this commit: cvs rdiff -u -r1.3907 -r1.3908 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167521682968090 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.3907 pkgsrc/devel/Makefile:1.3908 --- pkgsrc/devel/Makefile:1.3907 Wed Feb 1 01:56:17 2023 +++ pkgsrc/devel/Makefile Wed Feb 1 02:00:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3907 2023/02/01 01:56:17 pho Exp $ +# $NetBSD: Makefile,v 1.3908 2023/02/01 02:00:29 pho Exp $ # COMMENT= Development utilities @@ -607,6 +607,7 @@ SUBDIR+= hs-hls-code-range-plugin SUBDIR+= hs-hls-explicit-imports-plugin SUBDIR+= hs-hls-floskell-plugin SUBDIR+= hs-hls-fourmolu-plugin +SUBDIR+= hs-hls-gadt-plugin SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-hlint-plugin SUBDIR+= hs-hls-module-name-plugin --_----------=_167521682968090--