packages feed

tuple-classes-1.0.2: CHANGELOG.md

# Changelog and Acknowledgments

## 1.0.2
* Added microlens (or, with `lens` flag, lens) dependency.
  * `uncurriedN` and `uncurriedN'` `Lens`es (or `Iso`s)
* Added strict tuple instances to achieve parity with `Pair`.
  * `Each`
  * `Field1`, `Field2`, etc., however many are offered by the library providing optics
  * many more
* Fixed build issue with older template-haskell versions.

## 1.0.1
* Fixed build issue with older base versions that don't export `foldl'` in the Prelude.

## 1.0.0
* Initial release.