Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ODn4ZqrV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Mo+4ekbs Received: by mail.netbsd.org (Postfix, from userid 605) id 01BFA85072; Sat, 4 May 2024 13:23:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714829006; bh=VdL0GnHL1/IJhLCvSNxharz/CALno5UV4JWial6dreI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ODn4ZqrVF49gsYBkm9dpIUmzoBTlw3FL7fKt6NTpGdWUDucThYJizqrP1z8VPZMkx QSLAETnDuK6kRTiFANaLNjDDWQEza7ryYmImocmmg7itpSOFYm0FN/FDx9Ep7vKZg5 HfIi0+m2f9jmc4PRZ7/aUzOXyDeZ7TlR+rlkzT50= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E76DE8506E for ; Sat, 4 May 2024 13:23:24 +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 BkX37kV8GfY3 for ; Sat, 4 May 2024 13:23:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BFFC84CFE for ; Sat, 4 May 2024 13:23:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714829004; bh=VdL0GnHL1/IJhLCvSNxharz/CALno5UV4JWial6dreI=; h=Date:From:Subject:To:Reply-To; b=Mo+4ekbsikkWzB30Ud9PcOzGmj1MFFB9Q1YEb1bWWumsVWcZMrY9sla1duwdARdoF 5swB69AqzYn+dQ4A2qFN17VBOVITEYkUk6LC5sv2V+pMHjfwm+1PuTGnQHu8uWBm/V PXDeJgV5ulMyoZvNIvhu+w0cx5hXQAR4YeVsfSEs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7546CFA2C; Sat, 4 May 2024 13:23:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714829004283080" MIME-Version: 1.0 Date: Sat, 4 May 2024 13:23:24 +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: <20240504132324.7546CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714829004283080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 13:23:24 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-strict-identity To generate a diff of this commit: cvs rdiff -u -r1.4223 -r1.4224 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714829004283080 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4223 pkgsrc/devel/Makefile:1.4224 --- pkgsrc/devel/Makefile:1.4223 Sat May 4 06:48:03 2024 +++ pkgsrc/devel/Makefile Sat May 4 13:23:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4223 2024/05/04 06:48:03 pho Exp $ +# $NetBSD: Makefile,v 1.4224 2024/05/04 13:23:24 pho Exp $ # COMMENT= Development utilities @@ -755,6 +755,7 @@ SUBDIR+= hs-storable-record SUBDIR+= hs-storable-tuple SUBDIR+= hs-streaming-commons SUBDIR+= hs-strict +SUBDIR+= hs-strict-identity SUBDIR+= hs-syb SUBDIR+= hs-tabular SUBDIR+= hs-tagged --_----------=_1714829004283080--