Received: by mail.netbsd.org (Postfix, from userid 605) id 906788501F; Thu, 18 Aug 2022 19:17:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9D678501C for ; Thu, 18 Aug 2022 19:16:59 +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 OW61z3SHnaNU for ; Thu, 18 Aug 2022 19:16:59 +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 30BD284CFA for ; Thu, 18 Aug 2022 19:16:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A374FB1A; Thu, 18 Aug 2022 19:16:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660850219169320" MIME-Version: 1.0 Date: Thu, 18 Aug 2022 19:16:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/hs-unordered-containers To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220818191659.2A374FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660850219169320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 18 19:16:59 UTC 2022 Modified Files: pkgsrc/devel/hs-unordered-containers: Makefile distinfo Log Message: ## [0.2.19.1] – April 2022 * [Fix bug in `intersection[With[Key]]`] * [Improve docs of bit twiddling functions] ## [0.2.19.0] – April 2022 * [Make intersections much faster] * [Fix undefined behaviour on 32-bit platforms] * Speed up some array-appending operations: [#407] * [Use MathJax format for complexity annotations] ## [0.2.18.0] * [Fix strictness properties of `Strict.mapMaybe[WithKey]`] * [Fix strictness properties of `Strict.alterFEager`] * [Fix space leaks in `union[With[Key]]`] * [Fix space leak in `Lazy.fromListWith`] * [Speed up `difference*` and `intersection*` with `unsafeInsert`] * [`unionArrayBy`: Find next 1-bits with `countTrailingZeros`] - This speeds up `union*` for sparsely filled nodes, while penalizing `union` operations on densely filled nodes. * [Reduce reboxing in internal array operations] * [Reduce code size of array operations in `union*`] ## [0.2.17.0] * [Define `dataCast1` for `HashMap`] * [Add `Lift` instances for Template Haskell] * [Add definitions for `stimes`] * [Expose internal constructors for `HashSet`, `Array` and `MArray`] * [Tweak internal `Array.insertM` function] * [Drop support for GHC 8.0] * [Drop support for `hashable < 1.2.5`] * Various cleanup and documentation improvements To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/hs-unordered-containers/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/hs-unordered-containers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660850219169320 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-unordered-containers/Makefile diff -u pkgsrc/devel/hs-unordered-containers/Makefile:1.18 pkgsrc/devel/hs-unordered-containers/Makefile:1.19 --- pkgsrc/devel/hs-unordered-containers/Makefile:1.18 Sat Feb 26 03:58:11 2022 +++ pkgsrc/devel/hs-unordered-containers/Makefile Thu Aug 18 19:16:58 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/02/26 03:58:11 pho Exp $ +# $NetBSD: Makefile,v 1.19 2022/08/18 19:16:58 wiz Exp $ -DISTNAME= unordered-containers-0.2.16.0 -PKGREVISION= 2 +DISTNAME= unordered-containers-0.2.19.1 CATEGORIES= devel MAINTAINER= pho@cielonegro.org Index: pkgsrc/devel/hs-unordered-containers/distinfo diff -u pkgsrc/devel/hs-unordered-containers/distinfo:1.9 pkgsrc/devel/hs-unordered-containers/distinfo:1.10 --- pkgsrc/devel/hs-unordered-containers/distinfo:1.9 Fri Feb 11 13:43:56 2022 +++ pkgsrc/devel/hs-unordered-containers/distinfo Thu Aug 18 19:16:58 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/02/11 13:43:56 pho Exp $ +$NetBSD: distinfo,v 1.10 2022/08/18 19:16:58 wiz Exp $ -BLAKE2s (unordered-containers-0.2.16.0.tar.gz) = 1b6a1ca9a24d4fc6a665154cf469e6f402c603e9d74b08d6a895d04abf7d0d43 -SHA512 (unordered-containers-0.2.16.0.tar.gz) = 12b3c3d42498e9fba0545196f57dfa851fe141045aafff26701f6e116ba94d7dbc6e2bba1e5ffe47b2532e468c6f41651dfc058ebd3c76e2a16ebef2689d6652 -Size (unordered-containers-0.2.16.0.tar.gz) = 53325 bytes +BLAKE2s (unordered-containers-0.2.19.1.tar.gz) = 812f60b39f37bfec8ca05bed7a4c65616a9408dc3363dac7f677b7029a2fd3db +SHA512 (unordered-containers-0.2.19.1.tar.gz) = 2ea49766210fcec1f8f8bd99c2bb296c4ffcb7ab00317b7663436b6ab0037f9b78cfa22631a1e2bc1f34b6c9b08614aa0ca98c5256ab18258645bfd72351b712 +Size (unordered-containers-0.2.19.1.tar.gz) = 58030 bytes --_----------=_1660850219169320--