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-23 08:54:13 by Masatake Daimon | Files touched by this commit (5) |
Log message:
Update to uuid-types-1.0.4
* Declare Data.UUID.Types module "Trustworthy" with respect to
SafeHaskell.
* Use more compact heap object representation which saves 16 bytes on
64bit platforms.
* Add toWords64/fromWords64 functions
* Drop support for GHC < 7.
* Add support for random-1.2, i.e. idiomatic Random and added Uniform
instances.
|
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-01-11 10:41:03 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Remove dependency on devel/hs-text
It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.
|
2020-01-06 12:51:04 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Add missing dependency on devel/hs-random
|
2020-01-01 03:08:39 by Masatake Daimon | Files touched by this commit (5) |
Log message:
Import uuid-types-1.0.3
This library contains type definitions for Universally Unique
Identifiers and basic conversion functions. See
http://en.wikipedia.org/wiki/UUID for the general idea.
|