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 09:54:05 by Masatake Daimon | Files touched by this commit (3) |
Log message: Update to base-orphans-0.8.4 Changes in 0.8.4 [2020.12.09] * Backport the Ord instances for TyCon and TypeRep to be available on GHC 7.0. Changes in 0.8.3 [2020.09.30] * Backport new instances from GHC 9.0/base-4.15 - MonadFix and MonadZip instances for Complex - Ix instances for tuples of size 6 through 15 Changes in 0.8.2 [2020.01.27] * Backport new instances from GHC 8.10/base-4.14 - Bits, Bounded, Enum, FiniteBits, Floating, Fractional, Integral, Ix, Real, RealFrac, RealFloat and Storable instances for Data.Ord.Down - Functor, Applicative, Monad, Alternative, and MonadPlus instances for Kleisli - Functor, Applicative, and Monad instances for (,,) a b and (,,,) a b c - Data instances for WrappedArrow and WrappedMonad - Data and IsList instances for ZipList - TestEquality instance for Compose * Backport the Typeable (() :: Constraint) instance to be available on GHC 7.8. |
2021-04-23 08:16:33 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-05-10 20:41:12 by Roland Illig | Files touched by this commit (1) |
Log message: devel/hs-base-orphans: add PLIST |
2019-12-31 18:57:42 by Masatake Daimon | Files touched by this commit (4) |
Log message: Import base-orphans-0.8.1 base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements base-compat. See the README for what instances are covered: https://github.com/haskell-compat/base-orphans#readme. See also the what is not covered section. |