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-23 15:20:24 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Update PLIST
|
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 09:56:16 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Update to mono-traversable-1.0.15.1
1.0.15.1
* Remove whitespace after @ in as-patterns for GHC HEAD #186
1.0.15.0
* Added toNonEmpty to Data.NonNull #185
1.0.14.0
* Added WrappedMono to Data.MonoTraversable #182
1.0.13.0
* Added WrappedPoly to Data.MonoTraversable #180
1.0.12.0
* Added filterSet to Data.Containers
* Use container specific implementations for filterSet and filterMap
#178
1.0.11.0
* Adding monomorphic instances for GHC.Generics and Data.Proxy types
#175
1.0.10.0
* Make index work on negative indices #172 #114
1.0.9.0
* Added filterMap to Data.Containers #167
|
2020-01-03 08:46:30 by Masatake Daimon | Files touched by this commit (3) | |
Log message:
Downgrade to mono-traversable-1.0.8.1
The latest release 1.0.15.1 turned out to be incompatible with GHC
7.10.x. It should be updated when we make a package for GHC 8.
|
2020-01-03 08:42:18 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Import mono-traversable-1.0.15.1
Type classes for mapping, folding, and traversing monomorphic and
polymorphic containers. Haskell is good at operating over polymorphic
containers such as a list [a]. A monomorphic container is one such as
Text which has a type Text that does not expose a type variable for
the underlying characters.
|