packages feed

derive-lifted-instances-0.2.2: CHANGELOG.md

Changelog
=========

v0.2.2 2020-10-03
-----------------
  - Support GHC 9.0

v0.2   2020-06-29
-----------------
  - Support deriving co- and dialgebraic classes with `cst` and `eff`
  - Support doing pattern matching for input variables with `inp`

v0.1.1 2020-06-24
-----------------
  - Add `monoidDerivBy`

v0.1   2020-06-22
-----------------
  - Generalize `tupleDeriv` to `biapDeriv` and `recordDeriv`
  - Generalize `unitDeriv` to `monoidDeriv`

v0     2020-06-20
-----------------
  - First release