v6.0.0
Breaking changes:
New features:
Bugfixes:
Other improvements:
- Fixed
Foldable1 (NonEmpty f)
instance, asFoldable1
now hasfoldr1
andfoldl1
as members (#39) - Deprecated monomorphic
foldl1
, suggesting the polymorphicfoldl1
fromData.Semigroup.Foldable
instead (#42) - Added examples (#36)
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#43)
- Added a changelog and pull request template (#46)