Thu Aug 18 19:16:59 2022 UTC ()
## [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


(wiz)
diff -r1.18 -r1.19 pkgsrc/devel/hs-unordered-containers/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/hs-unordered-containers/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/hs-unordered-containers/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-unordered-containers/Makefile 2022/02/26 03:58:11 1.18
+++ pkgsrc/devel/hs-unordered-containers/Makefile 2022/08/18 19:16:58 1.19
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.18 2022/02/26 03:58:11 pho Exp $ 1# $NetBSD: Makefile,v 1.19 2022/08/18 19:16:58 wiz Exp $
2 2
3DISTNAME= unordered-containers-0.2.16.0 3DISTNAME= unordered-containers-0.2.19.1
4PKGREVISION= 2 
5CATEGORIES= devel 4CATEGORIES= devel
6 5
7MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
8COMMENT= Efficient hashing-based container types 7COMMENT= Efficient hashing-based container types
9LICENSE= modified-bsd 8LICENSE= modified-bsd
10 9
11.include "../../mk/haskell.mk" 10.include "../../mk/haskell.mk"
12.include "../../devel/hs-hashable/buildlink3.mk" 11.include "../../devel/hs-hashable/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/hs-unordered-containers/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hs-unordered-containers/distinfo 2022/02/11 13:43:56 1.9
+++ pkgsrc/devel/hs-unordered-containers/distinfo 2022/08/18 19:16:58 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2022/02/11 13:43:56 pho Exp $ 1$NetBSD: distinfo,v 1.10 2022/08/18 19:16:58 wiz Exp $
2 2
3BLAKE2s (unordered-containers-0.2.16.0.tar.gz) = 1b6a1ca9a24d4fc6a665154cf469e6f402c603e9d74b08d6a895d04abf7d0d43 3BLAKE2s (unordered-containers-0.2.19.1.tar.gz) = 812f60b39f37bfec8ca05bed7a4c65616a9408dc3363dac7f677b7029a2fd3db
4SHA512 (unordered-containers-0.2.16.0.tar.gz) = 12b3c3d42498e9fba0545196f57dfa851fe141045aafff26701f6e116ba94d7dbc6e2bba1e5ffe47b2532e468c6f41651dfc058ebd3c76e2a16ebef2689d6652 4SHA512 (unordered-containers-0.2.19.1.tar.gz) = 2ea49766210fcec1f8f8bd99c2bb296c4ffcb7ab00317b7663436b6ab0037f9b78cfa22631a1e2bc1f34b6c9b08614aa0ca98c5256ab18258645bfd72351b712
5Size (unordered-containers-0.2.16.0.tar.gz) = 53325 bytes 5Size (unordered-containers-0.2.19.1.tar.gz) = 58030 bytes