packages feed

yaml-light-lens 0.3.3.5 → 0.3.3.6

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

yaml-light-lens.cabal view
@@ -1,5 +1,5 @@ name:                yaml-light-lens-version:             0.3.3.5+version:             0.3.3.6 synopsis:            Lens interface to yaml-light. description:         Lenses for working with YAML documents. license:             BSD3@@ -22,7 +22,7 @@                        bytestring,                        bytestring-lexing >= 0.5.0.2 && < 0.6,                        containers,-                       lens >= 4.0 && < 4.18,+                       lens >= 4.0 && < 4.20,                        yaml-light >= 0.1 && < 0.2    -- Needed to help Cabal's solver: