| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-unordered-containers-devel | Distribution: openSUSE Tumbleweed |
| Version: 0.2.14.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Jun 1 11:44:40 2021 |
| Group: Unspecified | Build host: obs-arm-6 |
| Size: 9319111 | Source RPM: ghc-unordered-containers-0.2.14.0-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/unordered-containers | |
| Summary: Haskell unordered-containers library development files | |
This package provides the Haskell unordered-containers library development files.
BSD-3-Clause
* Sat May 22 2021 psimons@suse.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 `@since`-annotation for `compose`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/303) Thanks, @Mathnerd314!
[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 <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- Update unordered-containers to version 0.2.13.0.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/unordered-containers-0.2.13.0/src/CHANGES.md
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Wed Aug 05 2020 psimons@suse.com
- Update unordered-containers to version 0.2.12.0.
[#]# [0.2.12.0]
* Add `HashMap.isSubmapOf[By]` and `HashSet.isSubsetOf`. Thanks Sven Keidel. ([#282])
* Expose internal modules. ([#283])
* Documentation improvements in `Data.HashSet`, including a beginner-friendly
introduction. Thanks Matt Renaud. ([#267])
* `HashMap[.Strict].alterF`: Skip key deletion for absent keys. ([#288])
* Remove custom `unsafeShift{L,R}` definitions. ([#281])
* Various other documentation improvements.
[0.2.12.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.11.0...v0.2.12.0
[#267]: https://github.com/haskell-unordered-containers/unordered-containers/pull/267
[#281]: https://github.com/haskell-unordered-containers/unordered-containers/pull/281
[#282]: https://github.com/haskell-unordered-containers/unordered-containers/pull/282
[#283]: https://github.com/haskell-unordered-containers/unordered-containers/pull/283
[#288]: https://github.com/haskell-unordered-containers/unordered-containers/pull/288
* Thu Jun 18 2020 psimons@suse.com
- Update unordered-containers to version 0.2.11.0.
[#]# 0.2.11.0
* Add `HashMap.findWithDefault` (soft-deprecates `HashMap.lookupDefault`).
Thanks, Matt Renaud.
* Add `HashMap.fromListWithKey`. Thanks, Josef Svenningsson.
* Add more folding functions and use them in `Foldable` instances. Thanks,
David Feuer.
* Add `HashMap.!?`, a flipped version of `lookup`. Thanks, Matt Renaud.
* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
* Add a `HasCallStack` constraint to `(!)`. Thanks, Roman Cheplyaka.
[#]## Bug fixes
* Fix a space leak affecting updates on keys with hash collisions. Thanks,
Neil Mitchell. ([#254])
* Get rid of some silly thunks that could be left lying around. ([#232]).
Thanks, David Feuer.
[#]## Other changes
* Speed up the `Hashable` instances for `HashMap` and `HashSet`. Thanks,
Edward Amsden.
* Remove a dependency cycle hack from the benchmark suite. Thanks,
Andrew Martin.
* Improve documentation. Thanks, Tristan McLeay, Li-yao Xia, Gareth Smith,
Simon Jakobi, Sergey Vinokurov, and likely others.
[#232]: https://github.com/haskell-unordered-containers/unordered-containers/issues/232
[#254]: https://github.com/haskell-unordered-containers/unordered-containers/issues/254
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
* 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.
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Mar 27 2017 psimons@suse.com
- Update to version 0.2.8.0 with cabal2obs.
* Sun Jan 08 2017 psimons@suse.com
- Update to version 0.2.7.2 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.2.7.1 revision 0 with cabal2obs.
* Fri Jun 10 2016 mimi.vx@gmail.com
- update to 0.2.7.1
- remove useless _service
* Fix linker error related to popcnt.
* Sat Feb 20 2016 mimi.vx@gmail.com
- update to 0.2.7.0
* support criterion-1.1
* Add unionWithKey for hash maps.
* Tue Feb 16 2016 mimi.vx@gmail.com
- update to 0.2.6.0
* Mark several modules as Trustworthy.
* Add Hashable instances for HashMap and HashSet.
* Add mapMaybe, mapMaybeWithKey, update, alter, and intersectionWithKey.
* Add roles.
* Add Hashable and Semigroup instances.
* Tue Apr 14 2015 mimi.vx@gmail.com
- update to 0.2.5.1
* no changelog
* Fri Sep 12 2014 peter.trommler@ohm-hochschule.de
- update to 0.2.4.0
* no changelog
* Haskell Platform 2014.2.0.0
* Tue Sep 02 2014 peter.trommler@ohm-hochschule.de
- regenerate spec file
* Sat Aug 23 2014 peter.trommler@ohm-hochschule.de
- enable PowerPC builds
- reorganize spec file
* Mon May 06 2013 peter.trommler@ohm-hochschule.de
- more transparent packaging (fewer macros)
* Sat Mar 23 2013 peter.trommler@ohm-hochschule.de
- update to 0.2.3.0 from upstream
- prepare for Factory submission
* copyright notice
* service localonly
* expand macro in name tag
* Wed Apr 18 2012 peter.trommler@ohm-hochschule.de
- Initial packaging.
/usr/lib/ghc-8.10.4/package.conf.d/unordered-containers-0.2.14.0.conf /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Array.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Array.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Array.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/List.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/List.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/List.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Strict.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Strict.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Strict.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Unsafe.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Unsafe.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Internal/Unsafe.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Lazy.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Lazy.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Lazy.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Strict.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Strict.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashMap/Strict.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet/Internal.dyn_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet/Internal.hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/Data/HashSet/Internal.p_hi /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/libHSunordered-containers-0.2.14.0-8OJuYuMKv45FdZsQLJqj1a.a /usr/lib/ghc-8.10.4/unordered-containers-0.2.14.0/libHSunordered-containers-0.2.14.0-8OJuYuMKv45FdZsQLJqj1a_p.a /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0 /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Array.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-List.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Strict.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Unsafe.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Lazy.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Strict.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashSet-Internal.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/Data-HashSet.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/doc-index.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/haddock-bundle.min.js /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/index.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/linuwial.css /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/meta.json /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/quick-jump.css /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Array.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.List.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Strict.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Unsafe.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Lazy.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Strict.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashSet.Internal.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/Data.HashSet.html /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/highlight.js /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/src/style.css /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/synopsis.png /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/unordered-containers.haddock /usr/share/doc/ghc-8.10.4/html/libraries/unordered-containers-0.2.14.0/unordered-containers.txt /usr/share/doc/packages/ghc-unordered-containers-devel /usr/share/doc/packages/ghc-unordered-containers-devel/CHANGES.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:22:36 2025