# Changelog for `proto-lens-combinators`
## v0.4.0.0
- Update to (and require) `proto-lens-0.4.*`.
## v0.1.0.12
- Switch to `proto-lens-{setup/runtime}` v0.4.
## v0.1.0.11
- Bump the lower bound on `base` to indicate we require `ghc>=8.0`.
- Use autogen-modules. (#196)
## v0.1.0.10
- Bump the dependency on `base` for `ghc-8.4.2`.
## v0.1.0.9
- Track proto-lens change: separate types into their own module. (#100)
- Remove support for `ghc-7.10`. (#136)
- Use a `.cabal` file that's auto-generated from `hpack`. (#138)
## 0.1.0.8
- Bump the dependency on `base` to support `ghc-8.2.1`.
## 0.1.0.7
- Use a `custom-setup` clause.
## 0.1.0.6
- Bump the dependency for `proto-lens-0.2`.
- Use modules from `lens-family-core` instead of `lens-family` to improve type
inference.
## 0.1.0.4
- Bump the dependency for `data-default-class-0.1`.
## 0.1.0.2
- Explicitly depend on the `proto-lens` library in the unit test.
## 0.1.0.1
- Bump the dependencies on `base` and `transformers` to support `ghc-8.0`.
## 0.1.0.0
Initial version.