Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8382A85A56 for ; Tue, 31 Oct 2023 03:44:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7YG9Skcry_md for ; Tue, 31 Oct 2023 03:44:20 +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 16B6B85A46 for ; Tue, 31 Oct 2023 03:44:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 141B0FADC; Tue, 31 Oct 2023 03:44:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169872386090650" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 03:44:20 +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: <20231031034420.141B0FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169872386090650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 03:44:19 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-row-types To generate a diff of this commit: cvs rdiff -u -r1.4087 -r1.4088 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169872386090650 Content-Disposition: inline Content-Length: 585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4087 pkgsrc/devel/Makefile:1.4088 --- pkgsrc/devel/Makefile:1.4087 Mon Oct 30 10:44:25 2023 +++ pkgsrc/devel/Makefile Tue Oct 31 03:44:19 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4087 2023/10/30 10:44:25 pho Exp $ +# $NetBSD: Makefile,v 1.4088 2023/10/31 03:44:19 pho Exp $ # COMMENT= Development utilities @@ -711,6 +711,7 @@ SUBDIR+= hs-resourcet SUBDIR+= hs-retry SUBDIR+= hs-rio SUBDIR+= hs-rio-orphans +SUBDIR+= hs-row-types SUBDIR+= hs-safe SUBDIR+= hs-safe-exceptions SUBDIR+= hs-say --_----------=_169872386090650--