Changelog of @hackage/tuple-classes 1.0.3

Changelog and Acknowledgments

1.0.3

  • Fixed build issue with microlens-0.5.0.0.

1.0.2

  • Added microlens (or, with lens flag, lens) dependency.
    • uncurriedN and uncurriedN' Lenses (or Isos)
  • 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.