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:11:36 by Masatake Daimon | Files touched by this commit (4) |
Log message: Update to profunctors-5.6.2 5.6.2 [2021.02.17] * Add Semigroup and Monoid instances for Forget 5.6.1 [2020.12.31] * Add Functor instances for PastroSum, CopastroSum, Environment, FreeMapping, Pastro, Copastro, FreeTraversing, and Coyoneda. * Explicitly mark modules as Safe. 5.6 [2020.10.01] * Enable the PolyKinds extension. The following datatypes now have polymorphic kinds: (:->), Cayley, Procompose, Rift, ProfunctorFunctor, Ran, Codensity, Prep, Coprep, Star, Costar, WrappedArrow, Forget. * Allow building with GHC 9.0. 5.5.2 [2020.02.13] * Add Cochoice, Costrong, Closed, Traversing, and Mapping instances for Cayley. * Add Mapping and Traversing instances for Tannen. |
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-03 06:03:54 by Masatake Daimon | Files touched by this commit (4) |
Log message: Import profunctors-5.5.1 from wip Formally, the class Profunctor represents a profunctor from Hask -> Hask. Intuitively it is a bifunctor where the first argument is contravariant and the second argument is covariant. |