- First version. Released on an unsuspecting world.
- Added
INLINE
pragmas. - Updated tests.
- Refactored (used
Right
instead ofpure
in prism definitions). - Simplified tests/Main.hs to appease hlint.
- Loosened constraints on
base
,containers
,profunctors
, andtime
. - Tweaked tests/Main.hs to appease hlint.
- Loosened constraints on
base
,hlint
,profunctors
, andtime
.
- Updated to toml-parser >=1.1. This is a breaking change.
- Updated to toml-parser-2.0.0.0. This is a breaking change due to the new toml-parser using Text and different constructor names. It also adds new prisms supporting annotations used by the new toml-parser version for tracking file locations.
- Updated to dwergaz >=3.0.
- Tweaked tests.