summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-18 19:16:58 +0000
committerwiz <wiz@pkgsrc.org>2022-08-18 19:16:58 +0000
commit5b2e97800e584fe828fbac9ff91589543fad4194 (patch)
treea01bd2d73d28937215c5ced6d1e447f627538270 /devel
parentd3ef2e9bd406179e4281e72b437e6c4854954e37 (diff)
downloadpkgsrc-5b2e97800e584fe828fbac9ff91589543fad4194.tar.gz
## [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 (limited to 'devel')
-rw-r--r--devel/hs-unordered-containers/Makefile5
-rw-r--r--devel/hs-unordered-containers/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/hs-unordered-containers/Makefile b/devel/hs-unordered-containers/Makefile
index 97747a2b7c5..2608f8b6514 100644
--- a/devel/hs-unordered-containers/Makefile
+++ b/devel/hs-unordered-containers/Makefile
@@ -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
diff --git a/devel/hs-unordered-containers/distinfo b/devel/hs-unordered-containers/distinfo
index 179d132c531..251503248e2 100644
--- a/devel/hs-unordered-containers/distinfo
+++ b/devel/hs-unordered-containers/distinfo
@@ -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