packages feed

microlens-th 0.4.1.1 → 0.4.1.2

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~basedep ~template-haskell

Dependency ranges changed: base, template-haskell

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.1.2++* Bumped the upper bound of template-haskell again.+ # 0.4.1.1  * Bumped the upper bound of template-haskell, as requested by @ocharles.
microlens-th.cabal view
@@ -1,5 +1,5 @@ name:                microlens-th-version:             0.4.1.1+version:             0.4.1.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).@@ -34,7 +34,7 @@                      , microlens >=0.4.0 && <0.5                      , containers >=0.4.0 && <0.6                      -- lens has >=2.4, but GHC 7.4 shipped with 2.7-                     , template-haskell >=2.7 && <2.13+                     , template-haskell >=2.7 && <2.14    if flag(inlining)     cpp-options: -DINLINING
src/Lens/Micro/TH.hs view

binary file changed (47670 → 47719 bytes)