packages feed

aeson-picker 0.1.0.3 → 0.1.0.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

aeson-picker.cabal view
@@ -1,5 +1,5 @@ name:           aeson-picker-version:        0.1.0.3+version:        0.1.0.4 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@@ -37,8 +37,8 @@   main-is: Spec.hs   hs-source-dirs:  test   ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends:   base >=4.7 && <5+  build-depends:   base >=4.7 && < 5                  , aeson-picker-                 , hspec >= 2.4 && < 2.5+                 , hspec >= 2.4 && < 3                  , text   default-language: Haskell2010