Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=D6KZjHy/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SvoUiej2 Received: by mail.netbsd.org (Postfix, from userid 605) id 09CED84E82; Sun, 5 May 2024 10:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905872; bh=7wll8oniP9fVtnN3c4TVSwebAdAiVgsbhMBWMinGC0M=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=D6KZjHy/0rppMaloTrLMaqicQcD6CxF65vF/zFFSDuINQhd3ifomEzlbKOTrcYGkI +Ko4marPuIoZLMOxCD87kblYJZ2lh+XpL1HaDMdtJVnoN5jQsvg6isELI89oqcvYDu KyARGaBLdvU/v2nVE5f1sNGCkRdhBXB8QM9US+vQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F136384E68 for ; Sun, 5 May 2024 10:44:30 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Gss6HHAIVPg5 for ; Sun, 5 May 2024 10:44:30 +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 83B6F84D91 for ; Sun, 5 May 2024 10:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905870; bh=7wll8oniP9fVtnN3c4TVSwebAdAiVgsbhMBWMinGC0M=; h=Date:From:Subject:To:Reply-To; b=SvoUiej2KS6eTNeutoLByPcO0dVqSjSC0Q4WsaW4Rfi8SYngFTh4OrDRBh7JPXe7L aDW2ykY6QmuWKk6J7AsKMDZqeARjXRvYZ64IkcJJoY1R0vDJgfTZmfYJgmfBFX7Ubv 5sqxfy16Tq16m0L09z38ME1EU5HmQdz+DmQR71/Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 805B3FA2C; Sun, 5 May 2024 10:44:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714905870163980" MIME-Version: 1.0 Date: Sun, 5 May 2024 10:44:30 +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: <20240505104430.805B3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714905870163980 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:44:30 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-explicit-record-fields-plugin To generate a diff of this commit: cvs rdiff -u -r1.4242 -r1.4243 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714905870163980 Content-Disposition: inline Content-Length: 696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4242 pkgsrc/devel/Makefile:1.4243 --- pkgsrc/devel/Makefile:1.4242 Sun May 5 10:42:56 2024 +++ pkgsrc/devel/Makefile Sun May 5 10:44:30 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4242 2024/05/05 10:42:56 pho Exp $ +# $NetBSD: Makefile,v 1.4243 2024/05/05 10:44:30 pho Exp $ # COMMENT= Development utilities @@ -641,7 +641,6 @@ SUBDIR+= hs-hls-code-range-plugin SUBDIR+= hs-hls-eval-plugin SUBDIR+= hs-hls-explicit-fixity-plugin SUBDIR+= hs-hls-explicit-imports-plugin -SUBDIR+= hs-hls-explicit-record-fields-plugin SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-module-name-plugin SUBDIR+= hs-hls-ormolu-plugin --_----------=_1714905870163980--