packages feed

microlens-pro 0.2.0 → 0.2.0.1

raw patch · 2 files changed

+10/−7 lines, 2 filesdep ~template-haskelldep ~th-abstraction

Dependency ranges changed: template-haskell, th-abstraction

Files

CHANGELOG.md view
@@ -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.
microlens-pro.cabal view
@@ -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@@ -28,9 +28,9 @@ cabal-version:          >=1.10  tested-with:-                     GHC==9.8.1-                     GHC==9.6.3-                     GHC==9.4.7+                     GHC==9.8.2+                     GHC==9.6.4+                     GHC==9.4.8                      GHC==9.2.8                      GHC==9.0.2                      GHC==8.10.7@@ -62,8 +62,8 @@                         , microlens-platform >=0.4.3 && <0.5                         , profunctors >=5.2.1 && <6                         , tagged >=0.4.4 && <1-                        , template-haskell >=2.7 && <2.22-                        , th-abstraction >=0.6.0 && <0.7+                        , template-haskell >=2.7 && <2.23+                        , th-abstraction >=0.6.0 && <0.8                         , mtl >=2.2.2 && <2.4                         , text >=1.2 && <2.2                         , vector >=0.12.0 && <0.14@@ -86,4 +86,3 @@    hs-source-dirs:      src   default-language:    Haskell2010-