basic-prelude v0.7.0 Release Notes
Release Date: 2017-12-05 // about 7 years ago-
- Export applicative version of Foldable and Traversable functions #72
- Generalize all IO functions to MonadIO #75
- ๐ Use
foldl1
formaximumBy
andminimumBy
#74 - โ Remove nonexistent
foldr'
fromData.List
hiding list - โ Remove the
lifted-base
dependency. This means thatCorePrelude
andBasicPrelude
no longer expose any exception handling functions. This is intentional: the new recommendations from this library are to use an async-exception-aware exception handling library, either safe-exceptions or unliftio.
Previous changes from v0.6.1
-
- Generalize
sum
andproduct
toFoldable
#69
- Generalize