basic-prelude v0.7.0 Release Notes

Release Date: 2017-12-05 // over 6 years ago
    • Export applicative version of Foldable and Traversable functions #72
    • Generalize all IO functions to MonadIO #75
    • ๐Ÿ‘‰ Use foldl1 for maximumBy and minimumBy #74
    • โœ‚ Remove nonexistent foldr' from Data.List hiding list
    • โœ‚ Remove the lifted-base dependency. This means that CorePrelude and BasicPrelude 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 and product to Foldable #69