pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-unordered-containers
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.
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@localhost
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
Home |
Main Index |
Thread Index |
Old Index