From e1da48721e42e0f7cf1c425102a6542b702ec2bc Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 24 Apr 2023 10:04:06 -0400 Subject: [PATCH] Update ipkg --- lens.ipkg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lens.ipkg b/lens.ipkg index 3baca06..9e56c0a 100644 --- a/lens.ipkg +++ b/lens.ipkg @@ -1,5 +1,5 @@ package lens -version = 0.1.0 +version = 0.2.0 brief = "Batteries-included profunctor optics" @@ -15,11 +15,12 @@ depends = profunctors >= 1.1.2 modules = Control.Applicative.Backwards, Control.Applicative.Indexing, Control.Lens.At, + Control.Lens.Cons, Control.Lens.Equality, Control.Lens.Fold, Control.Lens.Getter, - Control.Lens.Iso, Control.Lens.Indexed, + Control.Lens.Iso, Control.Lens.Lens, Control.Lens.Optic, Control.Lens.Optional, @@ -29,9 +30,11 @@ modules = Control.Applicative.Backwards, Control.Lens.Setter, Control.Lens.Traversal, Control.Lens, + Control.Zipper, Data.Bicontravariant, Data.Either.Lens, Data.List.Lens, Data.Maybe.Lens, + Data.String.Lens, Data.Tuple.Lens, Data.Vect.Lens