microlens-platform 0.2.3.0 → 0.2.3.1
raw patch · 5 files changed
+17/−3 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +2/−1
- microlens-platform.cabal +2/−2
- src/Lens/Micro/Platform.hs +4/−0
- src/Lens/Micro/Platform/Internal.hs +5/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.3.1++* Added forgotten copyright/authorship information.+ # 0.2.3.0 * New minor release (microlens-0.4.2, microlens-ghc-0.4.2).
LICENSE view
@@ -1,4 +1,5 @@-Copyright (c) 2015, Artyom+Copyright (c) 2012-2016 Edward Kmett,+ 2015-2016 Artyom All rights reserved.
microlens-platform.cabal view
@@ -1,5 +1,5 @@ name: microlens-platform-version: 0.2.3.0+version: 0.2.3.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@.@@ -9,7 +9,7 @@ This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/aelve/microlens#readme on Github>. license: BSD3 license-file: LICENSE-author: Artyom+author: Edward Kmett, Artyom maintainer: Artyom <yom@artyom.me> homepage: http://github.com/aelve/microlens bug-reports: http://github.com/aelve/microlens/issues
src/Lens/Micro/Platform.hs view
@@ -15,6 +15,10 @@ {- |+Module : Lens.Micro.Platform+Copyright : (C) 2013-2016 Edward Kmett, 2015-2016 Artyom+License : BSD-style (see the file LICENSE)+ This module is an approximation for @<http://hackage.haskell.org/package/lens/docs/Control-Lens.html Control.Lens>@ from <http://hackage.haskell.org/package/lens lens>; by importing it you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as the following instances: * 'at' for 'HashMap'
src/Lens/Micro/Platform/Internal.hs view
@@ -5,6 +5,11 @@ #-} +{- |+Module : Lens.Micro.Platform.Internal+Copyright : (C) 2013-2016 Edward Kmett, 2015-2016 Artyom+License : BSD-style (see the file LICENSE)+-} module Lens.Micro.Platform.Internal ( IsText(..),