microlens-platform 0.3.1.0 → 0.3.1.1
raw patch · 3 files changed
+7/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens-platform.cabal +1/−1
- src/Lens/Micro/Platform.hs +2/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.1.1++* Reexport `Lens.Micro` explicitly to make it clearer that it's exported.+ # 0.3.1.0 * New minor release (microlens-0.4.4, microlens-ghc-0.4.4).
microlens-platform.cabal view
@@ -1,5 +1,5 @@ name: microlens-platform-version: 0.3.1.0+version: 0.3.1.1 synopsis: Feature-complete microlens 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@.
src/Lens/Micro/Platform.hs view
@@ -38,6 +38,7 @@ -} module Lens.Micro.Platform (+ module Lens.Micro, module Lens.Micro.GHC, module Lens.Micro.Mtl, module Lens.Micro.TH,@@ -47,6 +48,7 @@ import Lens.Micro.Internal+import Lens.Micro import Lens.Micro.GHC import Lens.Micro.Mtl import Lens.Micro.TH