All Versions
6
Latest Version
Avg Release Cycle
133 days
Latest Release
1595 days ago
Changelog History
Changelog History
-
v0.4.0.1 Changes
May 07, 2020- #7: Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
-
v0.4.0.0 Changes
December 26, 2019- ๐ Support GHC-8.8, GHC-8.6, GHC-8.4, GHC-8.2. Drop older GHC versions support.
- โก๏ธ Update maintenance info.
-
v0.3.1.0 Changes
- โ Added
ireplicateM
andireplicateM_
.
- โ Added
-
v0.3.0.0 Changes
ifind
now returns the index alongside with the value (same as inlens
).
-
v0.2.0.0 Changes
izipWithM
andizipWithM_
have been generalised fromMonad
toApplicative
(which mimics what was done in base-4.9).
-
v0.1.0.0 Changes
๐ First release.