microlens-th 0.3.0.1 → 0.3.0.2
raw patch · 4 files changed
+14/−3 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- microlens-th.cabal +2/−2
- src/Lens/Micro/TH.hs +7/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.2++* Added forgotten copyright/authorship information.+ # 0.3.0.1 * The library is now compatible with GHC 8.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015, Artyom+Copyright (c) 2013-2016 Eric Mertens, Edward Kmett, Artyom All rights reserved.
microlens-th.cabal view
@@ -1,5 +1,5 @@ name: microlens-th-version: 0.3.0.1+version: 0.3.0.2 synopsis: Automatic generation of record lenses for microlens description: This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).@@ -7,7 +7,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: Eric Mertens, 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/TH.hs view
@@ -14,6 +14,13 @@ #endif +-----------------------------------------------------------------------------+-- |+-- Module : Lens.Micro.TH+-- Copyright : (C) 2013-2016 Eric Mertens, Edward Kmett, Artyom+-- License : BSD-style (see the file LICENSE)+--+---------------------------------------------------------------------------- module Lens.Micro.TH ( -- * Dealing with “not in scope” errors