packages feed

traverse-with-class-1.0.1.0: CHANGES.md

Changes
=======

Version 1.0.1.0
---------------

Add `Data.Generics.Traversable.Generic`

Version 1.0.0.0
---------------

Replace implicit parameters with explicit type application.

This drops support for GHCs older than 8.0.

Version 0.2.0.4
---------------

Update to build with ghc 8

Version 0.2.0.3
---------------

Update the link to the syz paper

Version 0.2.0.2
---------------

Return a few instances that accidentally got lost

Version 0.2.0.1
---------------

Fix compatibility with older ghcs

Version 0.2
-----------

Implement a zipper

Version 0.1.1.1
---------------

Fix a [compilation issue][1] related to static linkage.

[1]: https://github.com/haskell/cabal/issues/1266#issuecomment-26998689

Version 0.1.1
-------------

Fix some compatibility issues