Received: by mail.netbsd.org (Postfix, from userid 605) id 0618B84DBE; Thu, 2 Jan 2020 07:16:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83FCB84D47 for ; Thu, 2 Jan 2020 07:16:36 +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 AiF4YRCYsgt5 for ; Thu, 2 Jan 2020 07:16:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA4B084CD5 for ; Thu, 2 Jan 2020 07:16:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7E30FA97; Thu, 2 Jan 2020 07:16:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577949395271450" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 07:16:35 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200102071635.D7E30FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577949395271450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 07:16:35 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: doc: Updated devel/hs-reflection to 2.1.5 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19562 -r1.19563 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577949395271450 Content-Disposition: inline Content-Length: 1289 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.63 pkgsrc/doc/CHANGES-2020:1.64 --- pkgsrc/doc/CHANGES-2020:1.63 Thu Jan 2 04:58:20 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jan 2 07:16:35 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.63 2020/01/02 04:58:20 pho Exp $ +$NetBSD: CHANGES-2020,v 1.64 2020/01/02 07:16:35 pho Exp $ Changes to the packages collection and infrastructure in 2020: @@ -79,3 +79,4 @@ Changes to the packages collection and i Updated devel/hs-cpphs to 1.20.8 [pho 2020-01-02] Updated devel/hs-haskell-src-exts to 1.22.0 [pho 2020-01-02] Updated devel/hs-hint to 0.7.0 [pho 2020-01-02] + Updated devel/hs-reflection to 2.1.5 [pho 2020-01-02] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19562 pkgsrc/doc/TODO:1.19563 --- pkgsrc/doc/TODO:1.19562 Thu Jan 2 03:27:22 2020 +++ pkgsrc/doc/TODO Thu Jan 2 07:16:35 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19562 2020/01/02 03:27:22 pho Exp $ +$NetBSD: TODO,v 1.19563 2020/01/02 07:16:35 pho Exp $ Suggested new packages ====================== @@ -737,7 +737,6 @@ For possible Perl packages updates, see o hs-hscolour-1.24 o hs-mwc-random-0.13.4.0 o hs-pandoc-types-1.16.1 - o hs-reflection-2.1.2 o hs-safe-0.3.9 o hs-split-0.2.3 o hs-stringsearch-0.3.6.6 --_----------=_1577949395271450--