Changelog for list-transformer-1.1.1
1.1.1
- Support older versions of
base
1.1.0:
- BREAKING CHANGE: Remove
MonadTransinstance forZipListT
1.0.9:
MFunctorinstances forListT/Step
1.0.8:
- Improve documentation
1.0.7:
- Add
ZipListT - Add
dropWhile
1.0.6:
- Build against GHC 8.8
1.0.5:
- Disable
-Wcompatbuild flag for GHC < 8.0
1.0.4:
- Add
Semigroupinstance - Make package
-Wcompat-clean
1.0.3:
- Fix typos in tutorial
1.0.2:
- Add
takeWhile - Add
MonadFailinstance forListT
1.0.1:
- Add
take/drop/unfold/zip
1.0.0:
- Initial release