Changelog for leancheck-instances ================================= 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.