Skip to content

Commit

Permalink
Bump version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfontanella committed Apr 19, 2024
1 parent 1d499fc commit de482e8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions microlens-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion microlens-ghc/microlens-ghc.cabal
Original file line number Diff line number Diff line change
@@ -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 <http://hackage.haskell.org/package/microlens microlens> 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 (<http://hackage.haskell.org/package/array array>, <http://hackage.haskell.org/package/bytestring bytestring>, <http://hackage.haskell.org/package/containers containers>, <http://hackage.haskell.org/package/transfromers transformers>).
Expand Down
4 changes: 4 additions & 0 deletions microlens-pro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion microlens-pro/microlens-pro.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions microlens-th/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion microlens-th/microlens-th.cabal
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit de482e8

Please sign in to comment.