universum v1.6.0 Release Notes

Release Date: 2019-09-04 // over 4 years ago
    • #207: Remove various monad transformer combinators, flipfoldl', and <<$>> from the list of changes suggested in .hlint.yaml.
    • #214: Update supported GHC versions (replace 7.10.3 with 8.6.5).

    • #212 Added rewrite rule for toString . toText case. This may change semantics in some corner cases (because toString . toText is not strictly the identity function).

    • #215: Fix docstrings in Universum.Lifted.File to mention correct module when referencing related functions.