25564620d4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashtables?expand=0&rev=19
91 lines
3.2 KiB
Plaintext
91 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 26 22:13:09 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hashtables to version 1.4.1.
|
|
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/hashtables-1.4.1/src/changelog.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 19 03:51:16 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hashtables to version 1.4.0.
|
|
## 1.4.0
|
|
|
|
Replace deprecated Mutable Array function, which modifies the signature of the `length`
|
|
function and hence the API.
|
|
Support more recent compilers.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:06:56 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 2 08:15:35 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hashtables to version 1.3.1.
|
|
## 1.3.1
|
|
|
|
Fix Noncanonical mappend definition warning.
|
|
Support more recent compilers.
|
|
|
|
## 1.3
|
|
|
|
Support Hashable 1.4. This new version of Hashable drops the Eq constraint, so the Eq constraint
|
|
needs to be dropped in the SPECIALIZE statements in Hashtables.
|
|
|
|
## 1.2.4.2
|
|
|
|
Cabal file: add missing other-modules
|
|
Silence import warnings. Know that we require ghc >= 7.8.
|
|
Fix build with GHC 9.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 3 15:52:50 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hashtables to version 1.2.4.2.
|
|
Upstream has not updated the file "changelog.md" since the last
|
|
release.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 1 08:36:38 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hashtables to version 1.2.4.1 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 9 02:00:37 UTC 2020 - psimons@suse.com
|
|
|
|
- Update hashtables to version 1.2.4.1.
|
|
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/hashtables-1.2.4.1/src/changelog.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 8 02:00:37 UTC 2020 - psimons@suse.com
|
|
|
|
- Update hashtables to version 1.2.4.0.
|
|
## 1.2.4.0
|
|
|
|
Fix a [correctness bug](https://github.com/gregorycollins/hashtables/issues/55)
|
|
with cuckoo hash tables and the new `mutate` function introduced in 1.2.3.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:44:58 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 09:26:21 UTC 2020 - psimons@suse.com
|
|
|
|
- Add hashtables at version 1.2.3.4.
|
|
|