packages feed

strict-tuple-0.1.5.4: CHANGELOG.md

## [0.1.5.4] - May 15, 2024

- Support GHC 9.10.1

## [0.1.5.3] - October 15, 2023

- Support GHC 9.8.1

## [0.1.5.2] - October 7, 2022

- Support `bifunctors-6`

## [0.1.5.1] - August 14, 2022

- Support GHC 9.4.1

## [0.1.5] - February 1, 2022

- Added `Eq1` and `Eq2` instances
- Support `hashable-1.4`

## [0.1.4] - November 11, 2020

- Fixed `NFData` instances

## [0.1.3] - October 20, 2019

- Added `Applicative`, `Biapplicative`, `Bifoldable`, `Bifunctor`, `Bitraversable`, `Foldable`, `Functor`, `Monad`, and `Traversable` instances
- Added `sfst`, `ssnd`, `scurry`, `suncurry`, `sswap`

## [0.1.2] - January 4, 2019

- Added `Hashable`, `Hashable1`, `Hashable2`, and `NFData` instances

## [0.1.1] - November 7, 2018

- Derive missing instances (oops)

## [0.1.0] - November 7, 2018

- Initial release.