packages feed

fresnel-0.1.0.2: CHANGELOG.md

# 0.1.0.2

- Support GHC 9.12:
  - Loosen the upper bound on `hashable`.
  - Loosen the upper bound on `template-haskell`.


# 0.1.0.1

- Loosen the bounds on `containers`.


# 0.1.0.0

- Add non-empty folds and traversals, `Fold1` and `Traversal1` respectively.
- Add a dependency on `semigroupoids` to support the above.
- Add a number of constructors and eliminators, primarily over `Fold` and `Traversal`.
- 🔥 `Fresnel.Functor.Backwards` in favour of `Control.Applicative.Backwards` from the `transformers` package.
- Support ghc 9.8
- Support ghc 9.10


# 0.0.0.3

Support ghc 9.6 a little harder.


# 0.0.0.2

Support ghc 9.6.


# 0.0.0.1

Support ghc 9.2.


# 0.0.0.0

Initial release.