Package Release Info

ghc-unordered-containers-0.2.10.0-bp151.1.9

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-unordered-containers
ghc-unordered-containers-devel

Change Logs

* Sat Jan 19 2019 psimons@suse.com
- Update unordered-containers to version 0.2.10.0.
  [#]# 0.2.10.0
  * Add `HashMap.alterF`.
  * Add `HashMap.keysSet`.
  * Make `HashMap.Strict.traverseWithKey` force the results before
    installing them in the map.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
- Update unordered-containers to version 0.2.9.0.
  * Add `Ord/Ord1/Ord2` instances. (Thanks, Oleg Grenrus)
  * Use `SmallArray#` instead of `Array#` for GHC versions 7.10 and above.
    (Thanks, Dmitry Ivanov)
  * Adjust for `Semigroup => Monoid` proposal implementation.
    (Thanks, Ryan Scott)
  * Fix a strictness bug in `fromListWith`.
  * Enable eager blackholing for pre-8.2 GHC versions to work around
    a runtime system bug. (Thanks, Ben Gamari)
  * Avoid sketchy reimplementation of `ST` when compiling with recent
    GHC.