Skip to content

Commit

Permalink
Bump patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfontanella committed Oct 12, 2023
1 parent b1182e6 commit 5529c71
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions microlens-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.14.2

* [#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
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.1
version: 0.4.14.2
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-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3.4

* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support text 2.1

# 0.4.3.3

* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators
Expand Down
2 changes: 1 addition & 1 deletion microlens-platform/microlens-platform.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: microlens-platform
version: 0.4.3.3
version: 0.4.3.4
synopsis: microlens + all batteries included (best for apps)
description:
This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.
Expand Down

0 comments on commit 5529c71

Please sign in to comment.