microlens-ghc 0.4.13.2 → 0.4.14.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~microlensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: microlens
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens-ghc.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.14++* New minor release (microlens-0.4.13.0).+ # 0.4.13.1 * New patch release (GHC 9.2.1).
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name: microlens-ghc-version: 0.4.13.2+version: 0.4.14.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>).@@ -10,7 +10,7 @@ license: BSD3 license-file: LICENSE author: Edward Kmett, Artyom Kazak-maintainer: Monadfix <hi@monadfix.com>+maintainer: Steven Fontanella <steven.fontanella@gmail.com> homepage: http://github.com/monadfix/microlens bug-reports: http://github.com/monadfix/microlens/issues category: Data, Lenses@@ -43,7 +43,7 @@ , base >=4.5 && <5 , bytestring >=0.9.2.1 && <0.12 , containers >=0.4.0 && <0.7- , microlens ==0.4.12.*+ , microlens ==0.4.13.* , transformers >=0.2 && <0.7 ghc-options: