SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-unordered-containers-devel-0.2.19.1-8.182.x86_64.rpm :

* Fri Oct 13 2023 Peter Simons - Update unordered-containers to version 0.2.19.1 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sun Mar 12 2023 Peter Simons - Update unordered-containers to version 0.2.19.1 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 09 2022 Peter Simons - Update unordered-containers to version 0.2.19.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sun Apr 24 2022 Peter Simons - Update unordered-containers to version 0.2.19.1. [#]# [0.2.19.1] – April 2022
* [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427)
* [Improve docs of bit twiddling functions](https://github.com/haskell-unordered-containers/unordered-containers/pull/396) [0.2.19.1]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.19.0...v0.2.19.1 [#]# [0.2.19.0] – April 2022
* [Make intersections much faster](https://github.com/haskell-unordered-containers/unordered-containers/pull/406)
* [Fix undefined behaviour on 32-bit platforms](https://github.com/haskell-unordered-containers/unordered-containers/pull/413)
* Speed up some array-appending operations: [#407](https://github.com/haskell-unordered-containers/unordered-containers/pull/407), [#409](https://github.com/haskell-unordered-containers/unordered-containers/pull/409)
* [Use MathJax format for complexity annotations](https://github.com/haskell-unordered-containers/unordered-containers/pull/411) [0.2.19.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.18.0...v0.2.19.0 [#]# [0.2.18.0]
* [Fix strictness properties of `Strict.mapMaybe[WithKey]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/385)
* [Fix strictness properties of `Strict.alterFEager`](https://github.com/haskell-unordered-containers/unordered-containers/pull/384)
* [Fix space leaks in `union[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/380)
* [Fix space leak in `Lazy.fromListWith`](https://github.com/haskell-unordered-containers/unordered-containers/pull/386)
* [Speed up `difference
*` and `intersection
*` with `unsafeInsert`](https://github.com/haskell-unordered-containers/unordered-containers/pull/372)
* [`unionArrayBy`: Find next 1-bits with `countTrailingZeros`](https://github.com/haskell-unordered-containers/unordered-containers/pull/395) - This speeds up `union
*` for sparsely filled nodes, while penalizing `union` operations on densely filled nodes.
* [Reduce reboxing in internal array operations](https://github.com/haskell-unordered-containers/unordered-containers/pull/377)
* [Reduce code size of array operations in `union
*`](https://github.com/haskell-unordered-containers/unordered-containers/pull/376) [0.2.18.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.17.0...v0.2.18.0
* Sun Mar 06 2022 Peter Simons - Update unordered-containers to version 0.2.17.0. [#]# [0.2.17.0]
* [Define `dataCast1` for `HashMap`](https://github.com/haskell-unordered-containers/unordered-containers/pull/345)
* [Add `Lift` instances for Template Haskell](https://github.com/haskell-unordered-containers/unordered-containers/pull/343)
* [Add definitions for `stimes`](https://github.com/haskell-unordered-containers/unordered-containers/pull/340)
* [Expose internal constructors for `HashSet`, `Array` and `MArray`](https://github.com/haskell-unordered-containers/unordered-containers/pull/347)
* [Tweak internal `Array.insertM` function](https://github.com/haskell-unordered-containers/unordered-containers/pull/359)
* [Drop support for GHC 8.0](https://github.com/haskell-unordered-containers/unordered-containers/pull/354)
* [Drop support for `hashable < 1.2.5`](https://github.com/haskell-unordered-containers/unordered-containers/pull/355)
* Various cleanup and documentation improvements [0.2.17.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.16.0...v0.2.17.0
* Mon Dec 06 2021 Peter Simons - Update unordered-containers to version 0.2.16.0. [#]# [0.2.16.0]
* [Increase maximum branching factor from 16 to 32](https://github.com/haskell-unordered-containers/unordered-containers/pull/317)
* [Tweak `union.goDifferentHash`](https://github.com/haskell-unordered-containers/unordered-containers/pull/277)
* [Fix debug mode bounds check in `cloneM`](https://github.com/haskell-unordered-containers/unordered-containers/pull/331)
* [Remove some old internal compatibility code](https://github.com/haskell-unordered-containers/unordered-containers/pull/334) [0.2.16.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.15.0...v0.2.16.0
* Wed Nov 10 2021 psimonsAATTsuse.com- Update unordered-containers to version 0.2.15.0. [#]# [0.2.15.0]
* [Add security advisory regarding hash collision attacks](https://github.com/haskell-unordered-containers/unordered-containers/pull/320)
* [Add support for hashable 1.4](https://github.com/haskell-unordered-containers/unordered-containers/pull/324)
* [Drop support for GHC < 8](https://github.com/haskell-unordered-containers/unordered-containers/pull/323) [0.2.15.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.14.0...v0.2.15.0
* Sat May 22 2021 psimonsAATTsuse.com- Update unordered-containers to version 0.2.14.0. [#]# [0.2.14.0]
* [Add `HashMap.mapKeys`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/308) Thanks, Marco Perone!
* [Add instances for `NFData1` and `NFData2`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/314) Thanks, Isaac Elliott and Oleg Grenrus!
* [Fix `AATTsince`-annotation for `compose`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/303) Thanks, AATTMathnerd314! [0.2.14.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.13.0...v0.2.14.0
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
 
ICM