Skip to content

Commit f0a5354

Browse files
Bump patch versions after #182
1 parent b4d5db8 commit f0a5354

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

microlens-platform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.3.6
2+
3+
* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
4+
15
# 0.4.3.5
26

37
* [#131](https://github.com/stevenfontanella/microlens/issues/131) Add `At` and `Ixed` instance for `HashSet`.

microlens-platform/microlens-platform.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: microlens-platform
2-
version: 0.4.3.5
2+
version: 0.4.3.6
33
synopsis: microlens + all batteries included (best for apps)
44
description:
55
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@.

microlens-pro/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.0.2
2+
3+
* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
4+
15
# 0.2.0.1
26

37
* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.

microlens-pro/microlens-pro.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: microlens-pro
2-
version: 0.2.0.1
2+
version: 0.2.0.2
33
synopsis: Prisms and isomorphisms for microlens
44
description:
55
This package provides lens-compatible 'Prism' and 'Iso'. Consequently, it

microlens-th/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.3.16
2+
3+
* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
4+
15
# 0.4.3.15
26

37
* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.

microlens-th/microlens-th.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: microlens-th
2-
version: 0.4.3.15
2+
version: 0.4.3.16
33
synopsis: Automatic generation of record lenses for microlens
44
description:
55
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).

0 commit comments

Comments
 (0)