packages feed

lens-labels 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `lens-labels` +## v0.2.0.1+- Bump the dependency on `base` to support `ghc-8.4.2`.+ ## v0.2.0.0 - Improve readability of `HasLens` instances. (#118) - Remove support for `ghc-7.10`. (#136)
lens-labels.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: df0afffbdb7c438238f17625c906f5225edd023a14ebf41e3526bbfb5769c4d4+-- hash: 9231593f0cd164398aca3c59f3930eb708017bb6517ffc541ea15eef02b62ac2  name:           lens-labels-version:        0.2.0.0+version:        0.2.0.1 synopsis:       Integration of lenses with OverloadedLabels. description:    Provides a framework to integrate lenses with GHC's OverloadedLabels extension. category:       Data@@ -31,7 +31,7 @@   hs-source-dirs:       src   build-depends:-      base >=4.8 && <4.11+      base >=4.8 && <4.12     , ghc-prim >=0.4 && <0.6     , profunctors >=5.2     , tagged >=0.8