packages feed

microlens-th 0.4.3.1 → 0.4.3.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.3.2++* Bumped template-haskell version.+ # 0.4.3.1  * No more conditional `Safe` (see [#122](https://github.com/monadfix/microlens/issues/122)).
microlens-th.cabal view
@@ -1,5 +1,5 @@ name:                microlens-th-version:             0.4.3.1+version:             0.4.3.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).@@ -8,7 +8,7 @@ license:             BSD3 license-file:        LICENSE author:              Eric Mertens, Edward Kmett, Artyom Kazak-maintainer:          Monadfix <hi@monadfix.io>+maintainer:          Monadfix <hi@monadfix.com> homepage:            http://github.com/monadfix/microlens bug-reports:         http://github.com/monadfix/microlens/issues category:            Data, Lenses@@ -38,7 +38,7 @@                      , containers >=0.4.0 && <0.7                      , transformers                      -- lens has >=2.4, but GHC 7.4 shipped with 2.7-                     , template-haskell >=2.7 && <2.15+                     , template-haskell >=2.7 && <2.16                      , th-abstraction >=0.2.1 && <0.4    ghc-options: