idris2-lens/lens.ipkg

30 lines
687 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-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-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,
Data.Bicontravariant