universum v1.4.0 Release Notes

Release Date: 2018-09-21 // over 5 years ago
    • #167: identity has been removed.

    Migration guide: use Universum.id instead.

    • #177: The mask_ reexport from safe-exceptions has been removed.

    Migration guide: use Control.Exception.Safe.mask_ from safe-exceptions instead.

    • #178: getArgs has been removed.

    Migration guide: use liftIO directly with System.Environment.getArgs from base.

    • #179: getContents and interact have been removed.

    Migration guide: use liftIO directly with Data.Text.Lazy.IO.getContents and Data.Text.Lazy.IO.interact, both from the text package.

    • #180: The Lifted.ST module has been removed.

    Migration guide: use liftIO directly with functions from Control.Monad.ST instead.

    • #181: list has been removed.