Received: by mail.netbsd.org (Postfix, from userid 605) id 5045784D81; Wed, 5 May 2021 15:06:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BFF384D3F for ; Wed, 5 May 2021 15:06:50 +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 jzYe0Zm4a0KX for ; Wed, 5 May 2021 15:06:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1740384CE0 for ; Wed, 5 May 2021 15:06:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 149F7FA95; Wed, 5 May 2021 15:06:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162022721083850" MIME-Version: 1.0 Date: Wed, 5 May 2021 15:06:50 +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: <20210505150650.149F7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162022721083850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 15:06:50 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: devel: +hs-psqueues To generate a diff of this commit: cvs rdiff -u -r1.3382 -r1.3383 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162022721083850 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3382 pkgsrc/devel/Makefile:1.3383 --- pkgsrc/devel/Makefile:1.3382 Wed May 5 12:14:16 2021 +++ pkgsrc/devel/Makefile Wed May 5 15:06:49 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3382 2021/05/05 12:14:16 pho Exp $ +# $NetBSD: Makefile,v 1.3383 2021/05/05 15:06:49 pho Exp $ # COMMENT= Development utilities @@ -615,6 +615,7 @@ SUBDIR+= hs-parser-combinators SUBDIR+= hs-pretty-show SUBDIR+= hs-pretty-simple SUBDIR+= hs-primitive +SUBDIR+= hs-psqueues SUBDIR+= hs-random SUBDIR+= hs-refact SUBDIR+= hs-reflection --_----------=_162022721083850--