Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nYQCT2lk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VU/Pob+7 Received: by mail.netbsd.org (Postfix, from userid 605) id 8CF4F84E99; Sun, 5 May 2024 10:40:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905639; bh=DOkQsr3uuDrCGxet4PZq0H20UG8eYMdTyDUwawoFmJk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nYQCT2lkYF8FV+Sv7dgFeDVIy8M6p5qg3X2fTOz2piwHNQjPkscGmrg8FK7cMnc4v 681EXOY15JGmVFQW0zmrBvC0aDdP8SFxtHAWGSQk/1IHwiEGlYrkqW7SFHKzvcSTfv BMvlia9KqYxdbi0YDmUuXAfuUnfTjdeSK2piiPtU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CA6E84E82 for ; Sun, 5 May 2024 10:40:38 +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 AWM3j-WjBkrt for ; Sun, 5 May 2024 10:40:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 122E484D91 for ; Sun, 5 May 2024 10:40:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905638; bh=DOkQsr3uuDrCGxet4PZq0H20UG8eYMdTyDUwawoFmJk=; h=Date:From:Subject:To:Reply-To; b=VU/Pob+71/2B/5OBnFrR4X4j/tVKdpM8Wk11Im0mHxME7wdZLKwXdcRYHYcI5jsJE l04zDwk4Db9pQRa1K/xOszSp+6HJHhS5P/ChZow82n98KLzE6jmpxjky8BTblZye4l 26XE88USibhfB7worxFwr7n3Sr5Mf0fz3mgpwZG8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CBB8FA2C; Sun, 5 May 2024 10:40:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171490563882010" MIME-Version: 1.0 Date: Sun, 5 May 2024 10:40:38 +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: <20240505104038.0CBB8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171490563882010 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:40:37 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-floskell-plugin To generate a diff of this commit: cvs rdiff -u -r1.4239 -r1.4240 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171490563882010 Content-Disposition: inline Content-Length: 689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4239 pkgsrc/devel/Makefile:1.4240 --- pkgsrc/devel/Makefile:1.4239 Sun May 5 10:39:34 2024 +++ pkgsrc/devel/Makefile Sun May 5 10:40:37 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4239 2024/05/05 10:39:34 pho Exp $ +# $NetBSD: Makefile,v 1.4240 2024/05/05 10:40:37 pho Exp $ # COMMENT= Development utilities @@ -642,7 +642,6 @@ 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-floskell-plugin SUBDIR+= hs-hls-fourmolu-plugin SUBDIR+= hs-hls-gadt-plugin SUBDIR+= hs-hls-graph --_----------=_171490563882010--