We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308fa69 commit b747a4bCopy full SHA for b747a4b
microlens-pro/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.0.3
2
+
3
+* [#186](https://github.com/stevenfontanella/microlens/issues/186) Export [`AsEmpty`](https://hackage.haskell.org/package/microlens-pro/docs/Lens-Micro-Pro.html#t:AsEmpty) typeclass.
4
5
# 0.2.0.2
6
7
* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
microlens-pro/microlens-pro.cabal
@@ -1,5 +1,5 @@
name: microlens-pro
-version: 0.2.0.2
+version: 0.2.0.3
synopsis: Prisms and isomorphisms for microlens
description:
This package provides lens-compatible 'Prism' and 'Iso'. Consequently, it
0 commit comments