Changelog for lens-toml-parser-0.1.0.3
Revision history for lens-toml-parser
0.1.0.0 -- 2017-08-14
- First version. Released on an unsuspecting world.
0.1.0.1 -- 2017-10-07
- Added
INLINE
pragmas. - Updated tests.
0.1.0.2 -- 2018-04-22
- Refactored (used
Right
instead ofpure
in prism definitions). - Simplified tests/Main.hs to appease hlint.
0.1.0.3 -- 2018-11-14
- Loosened constraints on
base
,containers
,profunctors
, andtime
. - Tweaked tests/Main.hs to appease hlint.