2022-02-12 05:48:07 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Update to hashtables-1.3
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
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475) |
Log message:
*: Bump PKGREVISION for ghc-9.0.1
|
2021-04-24 06:49:50 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to hashtables-1.2.4.1
1.2.4.1
* Update some test suite dep upper bounds.
1.2.4.0
* Fix a correctness bug with cuckoo hash tables and the new mutate
function introduced in 1.2.3.0.
* Bring test suite into main .cabal file
|
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message:
hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
|
2020-04-03 09:28:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
hs-hashtables: add missing DEPENDS.
Fixes build.
|
2020-03-30 18:40:26 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
hs-hashtables: Import version 1.2.3.4
|