Commit graph

6 commits

Author SHA1 Message Date
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
pho
4d74cf7192 *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
pho
d7b1a9e23e 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.
2021-04-23 13:11:36 +00:00
rillig
15fe9894e6 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-11 17:51:58 +00:00
pho
783e0cc9f6 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.
2020-01-03 05:03:54 +00:00