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.1.1
No user-visible changes
0.11.1.0
Generalise (***$) to work on Profunctor instead of ProductProfunctor.
instance Monoid r => ProductProfunctor (Forget r)
instance SumProfunctor (Forget r)
0.11.0.3
Support GHC 9.2
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