CHANGELOG (454B)
1 # Changelog 2 3 - 1.3.4 (2021-02-21) 4 * Bump lens dependency to 5.0.0. 5 6 - 1.3.3 (2020-05-25) 7 * Remove a warning-throwing import made redundant in newer GHCs. 8 9 - 1.3.0 (2016-12-22) 10 * Add 'chain' function for working with chains in memory. 11 12 - 1.2.0 (2016-12-20) 13 * Generalize base monad requirement to something matching both MonadIO and 14 PrimState. 15 16 - 1.1.5 (2016-12-04) 17 * Simplify some constraints and add missing dependency bounds. 18 19