Changelog for fused-effects-lens-1.2.0.1
v1.2.0.1
Support fused-effects 1.1.
v1.2.0.0
Introduce ?= and <~.
Change fixity of .= to infix 4.
v1.1.0.0
Introduce +=, -=, *=, and //=.
Change fixity of %= to infix rather than infixr.
v1.0.0.0
Upgrade to fused-effects v1.
v0.2.0.0
- Use
microlensfor lens primitives to enable use with other lens libraries. - Add explicit
foralls toviewsanduses.
v0.1.0.0
Initial release.