All Versions
15
Latest Version
Avg Release Cycle
100 days
Latest Release
2306 days ago

Changelog History
Page 1

  • v0.7.0 Changes

    December 05, 2017
    • 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.
  • v0.6.1 Changes

    September 08, 2016
    • Generalize sum and product to Foldable #69
  • v0.6.1.1 Changes

    March 03, 2017
    • โž• Add HasCallStack for terror
  • v0.6.0 Changes

    • Export show from Show typeclass, and rename current show to tshow #67
  • v0.5.2 Changes

    May 11, 2016
    • ๐Ÿ”ฆ Expose bool
  • v0.5.1 Changes

    March 07, 2016
    • ๐Ÿ”ฆ Expose asum
    • ๐Ÿ—„ Deprecate empty (so it can be replaced with Alternative's empty)
  • v0.5.0 Changes

    June 14, 2015
    • ๐Ÿ”ฆ Expose more Foldable/Traversable stuff
  • v0.4.1 Changes

    May 27, 2015
    • terror
  • v0.4.0 Changes

    May 12, 2015
    • โฌ‡๏ธ Drop system-filepath
  • v0.3.13 Changes

    April 27, 2015
    • Export converters between FilePath <-> Text, String. #56