packages feed

indexed-traversable-0.1.2: Changelog.md

# 0.1.2 [2021-10-30]

- Changed `(<$>)` + `(<*>)` to `liftA2` to potentially avoid extra `fmap`.
- Add `(#..)`, coercive composition after a 2-parameter function.
- Switched references to lens 'Of'- functions to base functions.

Thanks to wygulmage for contributions.

# 0.1.1 [2020-12-27]

- Mark all modules as `Safe`.
  See https://gitlab.haskell.org/ghc/ghc/-/issues/19127

# 0.1 [2020-12-15]

- Split out and combine this package functionality from `lens` and `optics`