BSD-3-Clause licensed and maintained by Purely Agile
This version can be pinned in stack with:product-profunctors-0.11.0.2@sha256:693868dfc06e888e2e670827dfa97ed80e5b5f90cfca75eebd9544f8d77a7b68,2461

product-profunctors Hackage version Build status

Backup maintainers

In the event of the main developer becoming unreachable, please contact the following who are authorised to make bugfixes and dependency version bumps:

  • Adam Bergmark
  • Erik Hesselink
  • Oliver Charles

Changes

0.11.0.2

  • Support GHC 9.0

0.11.0.0

  • Added makeAdaptorAndInstanceInferrable which has better inference properties, at the cost having to turn on UndecidableInstances. The tuple instances are now made by this method too.

    Please note that if you have written your own Default instances containing tuples they will no longer work, or may break in unexpected ways. For example, the following are no longer supported

    instance Default MyProfunctor (Foo, Bar) Baz
    instance Default MyProfunctor Foo,  (Bar, Baz)
    

0.10.0.1

  • Added Data.Profunctor.Product.Examples

0.10.0.0

  • Removed ProductContravariant, AndArrow, defaultContravariantProduct, PPOfContravariant, unPPOfContravariant, cdef

  • Deprecated defaultEmpty, defaultProfunctorProduct, defaultPoint

0.9.0.0

  • Added more ProductProfunctor/SumProfunctor instances including for types in Data.Bifunctor

  • Added Data.Profunctor.Product.Adaptor which derives genericAdaptor with Generic

  • Added ability to derive Default instance with Generic

Sorry, we didn’t track changes before version 0.9.0.0