Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72E058534F for ; Tue, 24 Oct 2023 14:08:25 +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 3g4EDqeh9dDt for ; Tue, 24 Oct 2023 14:08:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0884E84CDC for ; Tue, 24 Oct 2023 14:08:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0620DFADC; Tue, 24 Oct 2023 14:08:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698156505174730" MIME-Version: 1.0 Date: Tue, 24 Oct 2023 14:08:25 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231024140825.0620DFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698156505174730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 24 14:08:24 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-isocline To generate a diff of this commit: cvs rdiff -u -r1.4075 -r1.4076 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698156505174730 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4075 pkgsrc/devel/Makefile:1.4076 --- pkgsrc/devel/Makefile:1.4075 Mon Oct 23 06:37:37 2023 +++ pkgsrc/devel/Makefile Tue Oct 24 14:08:24 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4075 2023/10/23 06:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.4076 2023/10/24 14:08:24 pho Exp $ # COMMENT= Development utilities @@ -643,6 +643,7 @@ SUBDIR+= hs-implicit-hie-cradle SUBDIR+= hs-indexed-traversable SUBDIR+= hs-indexed-traversable-instances SUBDIR+= hs-ipynb +SUBDIR+= hs-isocline SUBDIR+= hs-keys SUBDIR+= hs-lens SUBDIR+= hs-lens-family-core --_----------=_1698156505174730--