microlens-pro 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens-pro.cabal +6/−5
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.2++* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.+ # 0.2.0.1 * [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
microlens-pro.cabal view
@@ -1,5 +1,5 @@ name: microlens-pro-version: 0.2.0.1+version: 0.2.0.2 synopsis: Prisms and isomorphisms for microlens description: This package provides lens-compatible 'Prism' and 'Iso'. Consequently, it@@ -28,8 +28,10 @@ cabal-version: >=1.10 tested-with:- GHC==9.8.2- GHC==9.6.4+ GHC==9.12.1+ GHC==9.10.1+ GHC==9.8.4+ GHC==9.6.6 GHC==9.4.8 GHC==9.2.8 GHC==9.0.2@@ -39,7 +41,6 @@ GHC==8.4.4 GHC==8.2.2 GHC==8.0.2- GHC==7.10.3 source-repository head type: git@@ -62,7 +63,7 @@ , microlens-platform >=0.4.3 && <0.5 , profunctors >=5.2.1 && <6 , tagged >=0.4.4 && <1- , template-haskell >=2.7 && <2.23+ , template-haskell >=2.7 && <2.24 , th-abstraction >=0.6.0 && <0.8 , mtl >=2.2.2 && <2.4 , text >=1.2 && <2.2