packages feed

lens-labels 0.3.0.0 → 0.3.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.3.0.1+- Bump the dependency on `base` to support `ghc-8.6.1`.+ ## v0.3.0.0 - Simplify instances to make them more readable. (#208) 
lens-labels.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a0dd443748f8ccf22bcc1fa41b5d15edbecd391dc7b0a380d43a87e39fcde4f9+-- hash: e53f8c044632779500255ae27a9bb17817d13a8d78b69828bd0f0a8af605ead0  name:           lens-labels-version:        0.3.0.0+version:        0.3.0.1 synopsis:       Integration of lenses with OverloadedLabels. description:    Provides a framework to integrate lenses with GHC's OverloadedLabels extension. category:       Data@@ -36,7 +36,7 @@   hs-source-dirs:       src   build-depends:-      base >=4.9 && <4.12+      base >=4.9 && <4.13     , ghc-prim >=0.4 && <0.6     , profunctors >=5.2     , tagged >=0.8