2023-03-31 13:22:03 -04:00
|
|
|
package lens
|
2023-10-19 16:23:53 -04:00
|
|
|
version = 0.3.0
|
2023-03-31 13:22:03 -04:00
|
|
|
|
2023-04-20 14:02:35 -04:00
|
|
|
brief = "Batteries-included profunctor optics"
|
2023-03-31 13:22:03 -04:00
|
|
|
|
|
|
|
authors = "Kiana Sheibani"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
sourcedir = "src"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
langversion >= 0.6.0
|
2023-10-19 16:13:23 -04:00
|
|
|
depends = profunctors >= 1.1.2,
|
|
|
|
elab-util >= 0.6.0
|
2023-03-31 13:22:03 -04:00
|
|
|
|
2023-04-12 11:55:22 -04:00
|
|
|
modules = Control.Applicative.Backwards,
|
2023-04-20 19:19:13 -04:00
|
|
|
Control.Applicative.Indexing,
|
|
|
|
Control.Lens.At,
|
2023-04-24 10:04:06 -04:00
|
|
|
Control.Lens.Cons,
|
2023-04-26 09:54:19 -04:00
|
|
|
Control.Lens.Each,
|
2023-04-08 16:18:03 -04:00
|
|
|
Control.Lens.Equality,
|
2023-04-12 11:55:22 -04:00
|
|
|
Control.Lens.Fold,
|
|
|
|
Control.Lens.Getter,
|
2023-04-20 19:19:13 -04:00
|
|
|
Control.Lens.Indexed,
|
2023-04-24 10:04:06 -04:00
|
|
|
Control.Lens.Iso,
|
2023-04-12 11:55:22 -04:00
|
|
|
Control.Lens.Lens,
|
|
|
|
Control.Lens.Optic,
|
|
|
|
Control.Lens.Optional,
|
|
|
|
Control.Lens.OptionalFold,
|
|
|
|
Control.Lens.Prism,
|
|
|
|
Control.Lens.Review,
|
|
|
|
Control.Lens.Setter,
|
|
|
|
Control.Lens.Traversal,
|
|
|
|
Control.Lens,
|
2023-04-24 10:04:06 -04:00
|
|
|
Control.Zipper,
|
2023-04-20 19:19:13 -04:00
|
|
|
Data.Bicontravariant,
|
|
|
|
Data.Either.Lens,
|
|
|
|
Data.List.Lens,
|
|
|
|
Data.Maybe.Lens,
|
2023-04-26 09:54:19 -04:00
|
|
|
Data.SnocList.Lens,
|
|
|
|
Data.SortedMap.Lens,
|
|
|
|
Data.SortedSet.Lens,
|
2023-04-24 10:04:06 -04:00
|
|
|
Data.String.Lens,
|
2023-04-20 19:19:13 -04:00
|
|
|
Data.Tuple.Lens,
|
2023-10-19 16:13:23 -04:00
|
|
|
Data.Vect.Lens,
|
|
|
|
Derive.Lens.Options,
|
|
|
|
Derive.Lens,
|
|
|
|
Derive.Prism,
|
|
|
|
Derive.Iso
|