From de482e865ea30eb66f0b2af1ddc06d29b5448efd Mon Sep 17 00:00:00 2001 From: stevenfontanella Date: Thu, 18 Apr 2024 22:30:05 -0700 Subject: [PATCH] Bump version bounds --- microlens-ghc/CHANGELOG.md | 8 ++++++-- microlens-ghc/microlens-ghc.cabal | 2 +- microlens-pro/CHANGELOG.md | 4 ++++ microlens-pro/microlens-pro.cabal | 2 +- microlens-th/CHANGELOG.md | 4 ++++ microlens-th/microlens-th.cabal | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/microlens-ghc/CHANGELOG.md b/microlens-ghc/CHANGELOG.md index 13dee8a..87e5dbf 100644 --- a/microlens-ghc/CHANGELOG.md +++ b/microlens-ghc/CHANGELOG.md @@ -1,10 +1,14 @@ +# 0.4.14.3 + +* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10. + # 0.4.14.2 -* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support bytestring 0.12 +* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support bytestring 0.12. # 0.4.14.1 -* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators +* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators. # 0.4.14 diff --git a/microlens-ghc/microlens-ghc.cabal b/microlens-ghc/microlens-ghc.cabal index d99a722..6e59c35 100644 --- a/microlens-ghc/microlens-ghc.cabal +++ b/microlens-ghc/microlens-ghc.cabal @@ -1,5 +1,5 @@ name: microlens-ghc -version: 0.4.14.2 +version: 0.4.14.3 synopsis: microlens + array, bytestring, containers, transformers description: Use this package instead of if you don't mind depending on all dependencies here – @Lens.Micro.GHC@ reexports everything from @Lens.Micro@ and additionally provides orphan instances of microlens classes for packages coming with GHC (, , , ). diff --git a/microlens-pro/CHANGELOG.md b/microlens-pro/CHANGELOG.md index eb66689..a5bfeaa 100644 --- a/microlens-pro/CHANGELOG.md +++ b/microlens-pro/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.0.1 + +* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10. + # 0.2.0 * New major release. diff --git a/microlens-pro/microlens-pro.cabal b/microlens-pro/microlens-pro.cabal index 536fdb8..a9f8cbd 100644 --- a/microlens-pro/microlens-pro.cabal +++ b/microlens-pro/microlens-pro.cabal @@ -1,5 +1,5 @@ name: microlens-pro -version: 0.2.0 +version: 0.2.0.1 synopsis: Prisms and isomorphisms for microlens description: This package provides lens-compatible 'Prism' and 'Iso'. Consequently, it diff --git a/microlens-th/CHANGELOG.md b/microlens-th/CHANGELOG.md index 6b23d66..38554be 100644 --- a/microlens-th/CHANGELOG.md +++ b/microlens-th/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.3.15 + +* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10. + # 0.4.3.14 * [#170](https://github.com/stevenfontanella/microlens/issues/170), [#171](https://github.com/stevenfontanella/microlens/pull/171) Support GHC 9.8. diff --git a/microlens-th/microlens-th.cabal b/microlens-th/microlens-th.cabal index e2edee7..d170014 100644 --- a/microlens-th/microlens-th.cabal +++ b/microlens-th/microlens-th.cabal @@ -1,5 +1,5 @@ name: microlens-th -version: 0.4.3.14 +version: 0.4.3.15 synopsis: Automatic generation of record lenses for microlens description: This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).