Update ipkg
This commit is contained in:
parent
bf3ef35b63
commit
e1da48721e
|
@ -1,5 +1,5 @@
|
||||||
package lens
|
package lens
|
||||||
version = 0.1.0
|
version = 0.2.0
|
||||||
|
|
||||||
brief = "Batteries-included profunctor optics"
|
brief = "Batteries-included profunctor optics"
|
||||||
|
|
||||||
|
@ -15,11 +15,12 @@ depends = profunctors >= 1.1.2
|
||||||
modules = Control.Applicative.Backwards,
|
modules = Control.Applicative.Backwards,
|
||||||
Control.Applicative.Indexing,
|
Control.Applicative.Indexing,
|
||||||
Control.Lens.At,
|
Control.Lens.At,
|
||||||
|
Control.Lens.Cons,
|
||||||
Control.Lens.Equality,
|
Control.Lens.Equality,
|
||||||
Control.Lens.Fold,
|
Control.Lens.Fold,
|
||||||
Control.Lens.Getter,
|
Control.Lens.Getter,
|
||||||
Control.Lens.Iso,
|
|
||||||
Control.Lens.Indexed,
|
Control.Lens.Indexed,
|
||||||
|
Control.Lens.Iso,
|
||||||
Control.Lens.Lens,
|
Control.Lens.Lens,
|
||||||
Control.Lens.Optic,
|
Control.Lens.Optic,
|
||||||
Control.Lens.Optional,
|
Control.Lens.Optional,
|
||||||
|
@ -29,9 +30,11 @@ modules = Control.Applicative.Backwards,
|
||||||
Control.Lens.Setter,
|
Control.Lens.Setter,
|
||||||
Control.Lens.Traversal,
|
Control.Lens.Traversal,
|
||||||
Control.Lens,
|
Control.Lens,
|
||||||
|
Control.Zipper,
|
||||||
Data.Bicontravariant,
|
Data.Bicontravariant,
|
||||||
Data.Either.Lens,
|
Data.Either.Lens,
|
||||||
Data.List.Lens,
|
Data.List.Lens,
|
||||||
Data.Maybe.Lens,
|
Data.Maybe.Lens,
|
||||||
|
Data.String.Lens,
|
||||||
Data.Tuple.Lens,
|
Data.Tuple.Lens,
|
||||||
Data.Vect.Lens
|
Data.Vect.Lens
|
||||||
|
|
Loading…
Reference in a new issue