AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- disable %{ix86} build
- Update hashtables to version 1.2.4.2. Upstream has not updated the file "changelog.md" since the last release.
- Update hashtables to version 1.2.4.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- disable %{ix86} build
- 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
- 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.
- Replace %setup -q with the more modern %autosetup macro.
- Add hashtables at version 1.2.3.4.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 1.2.1.1 with cabal2obs.
- Update to version 1.2.1.0 revision 0 with cabal2obs.
- update to 1.2.1.0 * Fixed an FFI import typo bug
- initial commit