Received: by mail.netbsd.org (Postfix, from userid 605) id 279D284ECF; Thu, 18 Aug 2022 18:53:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D8E384E9E for ; Thu, 18 Aug 2022 18:53:18 +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 CPw_y33XgP2B for ; Thu, 18 Aug 2022 18:53:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C418084CFA for ; Thu, 18 Aug 2022 18:53:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8A45FB1A; Thu, 18 Aug 2022 18:53:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166084879768240" MIME-Version: 1.0 Date: Thu, 18 Aug 2022 18:53:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/hs-indexed-traversable-instances To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220818185317.B8A45FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166084879768240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 18 18:53:17 UTC 2022 Modified Files: pkgsrc/devel/hs-indexed-traversable-instances: Makefile distinfo Log Message: hs-indexed-traversable-instances: update to 0.1.1.1. # 0.1.1 [2021-10-30] - Add `Solo` instances To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/devel/hs-indexed-traversable-instances/Makefile cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/hs-indexed-traversable-instances/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166084879768240 Content-Disposition: inline Content-Length: 1913 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-indexed-traversable-instances/Makefile diff -u pkgsrc/devel/hs-indexed-traversable-instances/Makefile:1.3 pkgsrc/devel/hs-indexed-traversable-instances/Makefile:1.4 --- pkgsrc/devel/hs-indexed-traversable-instances/Makefile:1.3 Sat Feb 26 03:57:59 2022 +++ pkgsrc/devel/hs-indexed-traversable-instances/Makefile Thu Aug 18 18:53:17 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/02/26 03:57:59 pho Exp $ +# $NetBSD: Makefile,v 1.4 2022/08/18 18:53:17 wiz Exp $ -DISTNAME= indexed-traversable-instances-0.1.1 -PKGREVISION= 2 +DISTNAME= indexed-traversable-instances-0.1.1.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/hs-indexed-traversable-instances/distinfo diff -u pkgsrc/devel/hs-indexed-traversable-instances/distinfo:1.1 pkgsrc/devel/hs-indexed-traversable-instances/distinfo:1.2 --- pkgsrc/devel/hs-indexed-traversable-instances/distinfo:1.1 Sat Feb 12 05:21:58 2022 +++ pkgsrc/devel/hs-indexed-traversable-instances/distinfo Thu Aug 18 18:53:17 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/02/12 05:21:58 pho Exp $ +$NetBSD: distinfo,v 1.2 2022/08/18 18:53:17 wiz Exp $ -BLAKE2s (indexed-traversable-instances-0.1.1.tar.gz) = e1c5762f7b18692fc3887dde18354d1f82c487fadbe54660029e53c05bd262da -SHA512 (indexed-traversable-instances-0.1.1.tar.gz) = 746706f439392c0919a5e944576b341974a1221c080394f9637629bc8f7403d85923d22172132bc98dea818b2bc508b41bdfd8e2130ee3b12048165f1b5f39a8 -Size (indexed-traversable-instances-0.1.1.tar.gz) = 4422 bytes +BLAKE2s (indexed-traversable-instances-0.1.1.1.tar.gz) = 05172217b19a0d170af112df27ef94a4a7e9d448c5708c49a76d798da35fffde +SHA512 (indexed-traversable-instances-0.1.1.1.tar.gz) = a7d0d33cae09e848949d8d3d7d7c4cd118d6b073a30a5bb3f872ebb7ad349dbad808f61e5efe325cdd3717f4969e00012bca81fe1a017daf6ca98e921ef65b35 +Size (indexed-traversable-instances-0.1.1.1.tar.gz) = 3751 bytes --_----------=_166084879768240--