packages feed

microlens-platform 0.4.3.6 → 0.4.4.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~microlensdep ~microlens-mtl

Dependency ranges changed: microlens, microlens-mtl

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.4.0++* New minor release (microlens-0.4.14.0, microlens-mtl-0.2.1.0).+ # 0.4.3.6  * [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.
microlens-platform.cabal view
@@ -1,5 +1,5 @@ name:                microlens-platform-version:             0.4.3.6+version:             0.4.4.0 synopsis:            microlens + all batteries included (best for apps) description:   This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.@@ -44,9 +44,9 @@   -- other-extensions:   build-depends:       base >=4.5 && <5                      , hashable >=1.1.2.3 && <1.6-                     , microlens ==0.4.13.*+                     , microlens ==0.4.14.*                      , microlens-ghc ==0.4.14.*-                     , microlens-mtl ==0.2.0.*+                     , microlens-mtl ==0.2.1.*                      , microlens-th ==0.4.3.*                      , text >=0.11 && <1.3 || >=2.0 && <2.2                      , unordered-containers >=0.2.4 && <0.3