pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hs-unordered-containers ## [0.2.19.1] – April 2022



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1153e57521ab
branches:  trunk
changeset: 383413:1153e57521ab
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 18 19:16:58 2022 +0000

description:
## [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

diffstat:

 devel/hs-unordered-containers/Makefile |  5 ++---
 devel/hs-unordered-containers/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 709be0fc2a15 -r 1153e57521ab devel/hs-unordered-containers/Makefile
--- a/devel/hs-unordered-containers/Makefile    Thu Aug 18 19:12:21 2022 +0000
+++ b/devel/hs-unordered-containers/Makefile    Thu Aug 18 19:16:58 2022 +0000
@@ -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@localhost
diff -r 709be0fc2a15 -r 1153e57521ab devel/hs-unordered-containers/distinfo
--- a/devel/hs-unordered-containers/distinfo    Thu Aug 18 19:12:21 2022 +0000
+++ b/devel/hs-unordered-containers/distinfo    Thu Aug 18 19:16:58 2022 +0000
@@ -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


Home | Main Index | Thread Index | Old Index