idris2-lens/lens.ipkg

38 lines
920 B
Plaintext
Raw Normal View History

2023-03-31 13:22:03 -04:00
package lens
2023-04-20 14:02:35 -04:00
version = 0.1.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-04-08 16:18:03 -04:00
depends = profunctors >= 1.1.2
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-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-08 16:18:03 -04:00
Control.Lens.Iso,
2023-04-20 19:19:13 -04:00
Control.Lens.Indexed,
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-20 19:19:13 -04:00
Data.Bicontravariant,
Data.Either.Lens,
Data.List.Lens,
Data.Maybe.Lens,
Data.Tuple.Lens,
Data.Vect.Lens