packages feed

aeson-picker 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+5/−9 lines, 2 filesdep ~lens-aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens-aeson

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,13 +4,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased]-## Added-- Error message is more useful.-- Examples.-+## [0.1.0.5] - 2019-09-07 ### Changed-- Documentation added.+- Upper bounds for lens-aeson.  ## [0.1.0.0] - 2018-01-22 ### Added
aeson-picker.cabal view
@@ -1,12 +1,12 @@ name:           aeson-picker-version:        0.1.0.4+version:        0.1.0.5 synopsis:       Tiny library to get fields from JSON format description:    Tiny library to get fields from JSON format homepage:       https://github.com/ozzzzz/aeson-picker#readme bug-reports:    https://github.com/ozzzzz/aeson-picker/issues author:         Bogdan Neterebskii maintainer:     bog2dan1@gmail.com-copyright:      (c) 2018, Bogdan Neterebskii+copyright:      (c) 2019, Bogdan Neterebskii stability:      experimental category:       Text, Web, JSON license:        BSD3@@ -28,7 +28,7 @@   build-depends:    base >=4.7 && <5                   , aeson >= 1.2 && < 2                   , lens >= 4.15 && < 5-                  , lens-aeson >= 1.0 && < 1.1+                  , lens-aeson >= 1.0 && < 1.2                   , text >= 1.2 && < 1.3   default-language: Haskell2010