packages feed

microlens-ghc 0.4.14.3 → 0.4.15.0

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~microlensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: microlens

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.15.0++* New minor release (microlens-0.4.14.0).+ # 0.4.14.3  * [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name:                microlens-ghc-version:             0.4.14.3+version:             0.4.15.0 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>).@@ -19,9 +19,10 @@   CHANGELOG.md cabal-version:       >=1.10 tested-with:+                     GHC==9.12.1                      GHC==9.10.1-                     GHC==9.8.2-                     GHC==9.6.4+                     GHC==9.8.4+                     GHC==9.6.6                      GHC==9.4.8                      GHC==9.2.8                      GHC==9.0.2@@ -31,7 +32,6 @@                      GHC==8.4.4                      GHC==8.2.2                      GHC==8.0.2-                     GHC==7.10.3  source-repository head   type:                git@@ -46,7 +46,7 @@                      , base >=4.5 && <5                      , bytestring >=0.9.2.1 && <0.13                      , containers >=0.4.0 && <0.8-                     , microlens ==0.4.13.*+                     , microlens ==0.4.14.*                      , transformers >=0.2 && <0.7    ghc-options: