packages feed

leancheck-instances-0.0.8: changelog.md

Changelog for leancheck-instances
=================================


v0.0.8
------

* fix build of tests on GHC 9.10


v0.0.6
------

* unbuildable/incorrect release,
  please do not use this one.


v0.0.5
------

* add `Listable Void` instance;
* CI using GitHub actions instead of Travis;


v0.0.4
------

* minor improvement on Listable UTCTime
* improve tests


v0.0.3
------

* Add guide for how to add new Listable instances.
* Minor improvements in Haddock documentation.
* Fix minor bug in the Makefile.


v0.0.2
------

* Listable Set instance;
* Listable Map instance;
* Listable IntSet instance;
* Listable IntMap instance;
* Some Data.Time instances;
* Listable Array instance.


v0.0.1
------

* ByteString instances;
* Natural instance;
* Text instance;
* initial release on Hackage.