Changelog for fresnel-0.1.0.1
0.1.0.1
- Loosen the bounds on
containers
.
0.1.0.0
- Add non-empty folds and traversals,
Fold1
andTraversal1
respectively. - Add a dependency on
semigroupoids
to support the above. - Add a number of constructors and eliminators, primarily over
Fold
andTraversal
. - 🔥
Fresnel.Functor.Backwards
in favour ofControl.Applicative.Backwards
from thetransformers
package. - Support ghc 9.8
- Support ghc 9.10
0.0.0.3
Support ghc 9.6 a little harder.
0.0.0.2
Support ghc 9.6.
0.0.0.1
Support ghc 9.2.
0.0.0.0
Initial release.