Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OLPl5Qtz; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TTIyeZ3Y Received: by mail.netbsd.org (Postfix, from userid 605) id 8E22584E93; Sun, 5 May 2024 10:51:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906280; bh=DHgMMq83P6UpIixcgu3EKf3lBzK2Ac+1rCZwp/dlcY8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OLPl5Qtz2lVZXmaVvP7AWRcjpOajuxRIUAXCO8sk+hRmGkJpiOwqKLBiAGjrgTRKl qQ9JiQrpBtdIRlc/k6JLtB2ksKYKTkybdMRgqiqEyVFVmkUpDWtxb0y2KlXrWkLJBS AehHf4OGyZg6zgm6TB5JdvW/WX0cGiSr+SthpZSU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C99184E80 for ; Sun, 5 May 2024 10:51:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 8VVTXPAruEyi for ; Sun, 5 May 2024 10:51:19 +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 0BC9E84D91 for ; Sun, 5 May 2024 10:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906279; bh=DHgMMq83P6UpIixcgu3EKf3lBzK2Ac+1rCZwp/dlcY8=; h=Date:From:Subject:To:Reply-To; b=TTIyeZ3YMQaRB1R0XDDFCIqCC2oNNWr0xtki8WLUe8c8OgEiNh+nEa4qodsnxQOV2 ZjNAuRwJSH+bY51Q+901rhAh+Mgh5c5nqdq9osMrXXag7UDQv6Roakcf5VkGcA3X1c AsgHW3+mKRVRsMt7CiEquSP5LQj36kzDWgiSJarg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 082ABFA2C; Sun, 5 May 2024 10:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714906279203050" MIME-Version: 1.0 Date: Sun, 5 May 2024 10:51:19 +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: <20240505105119.082ABFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714906279203050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 10:51:18 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-code-range-plugin To generate a diff of this commit: cvs rdiff -u -r1.4246 -r1.4247 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714906279203050 Content-Disposition: inline Content-Length: 684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4246 pkgsrc/devel/Makefile:1.4247 --- pkgsrc/devel/Makefile:1.4246 Sun May 5 10:47:22 2024 +++ pkgsrc/devel/Makefile Sun May 5 10:51:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4246 2024/05/05 10:47:22 pho Exp $ +# $NetBSD: Makefile,v 1.4247 2024/05/05 10:51:18 pho Exp $ # COMMENT= Development utilities @@ -637,7 +637,6 @@ SUBDIR+= hs-hls-cabal-plugin SUBDIR+= hs-hls-call-hierarchy-plugin SUBDIR+= hs-hls-change-type-signature-plugin SUBDIR+= hs-hls-class-plugin -SUBDIR+= hs-hls-code-range-plugin SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-module-name-plugin SUBDIR+= hs-hls-ormolu-plugin --_----------=_1714906279203050--