packages feed

composite-dhall-0.1.0.0: ChangeLog.md

# Changelog for composite-dhall

## v0.1.0.0

* Bump to dhall 1.40 and use Op instance from that.

## v0.0.6.0

* Fix exports for `F` and `CoF`.
* Fix Contravariant export for `TextTemplate`.

## v0.0.5.0

* Add Composite.Dhall.CoRec with an instance for `Field`.

## v0.0.4.0

* Change implementations to use DerivingVia.
* Export `F` and `CoF` newtypes for deriving new `Rec f` instances.

## v0.0.3.0

* Add `ToDhall` and `FromDhall` instances for `Rec []`
* Add `TextTemplate` and `runTextTemplate`.

## v0.0.2.0

* Add `ToDhall` and `FromDhall` instances for `Rec Maybe`.
* Add `ToDhall` instances for `Predicate`, `Equivalence` and `Op b`.
* Add `FromDhall` instances for `Rec Predicate`, `Rec Equivalence` and `Rec (Op b)`

## v0.0.1.0

* Add `ToDhall` and `FromDhall` instances for composite `Record`s.