idris2-lens/lens.ipkg

30 lines
698 B
Plaintext
Raw Normal View History

2023-03-31 13:22:03 -04:00
package lens
version = 0.0.0
brief = "Batteries-included profunctor optics for Idris2"
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