packages feed

servant-waargonaut 0.6.0.0 → 0.7.0.0

raw patch · 1 files changed

+10/−10 lines, 1 filesdep ~http-mediadep ~lensdep ~servantPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-media, lens, servant, waargonaut

API changes (from Hackage documentation)

Files

servant-waargonaut.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                servant-waargonaut-version:             0.6.0.0+version:             0.7.0.0 synopsis:            Servant Integration for Waargonaut JSON Package description:         Provides the types and instances necessary to utilise Waargonaut as the JSON handling library for your Servant API. -- license:@@ -31,7 +31,7 @@ tested-with:         GHC==8.0.2                    , GHC==8.2.2                    , GHC==8.4.4-                   , GHC==8.6.3+                   , GHC==8.6.4  source-repository    head   type:              git@@ -42,12 +42,12 @@   -- other-modules:   -- other-extensions:   build-depends:       base                >= 4.9    && < 4.13-                     , servant             >= 0.14.1 && < 0.16-                     , waargonaut          >= 0.6    && < 0.7+                     , servant             >= 0.14.1 && < 0.17+                     , waargonaut          >= 0.6    && < 0.9                      , bytestring          >= 0.10.8 && < 0.11                      , text                >= 1.2.3  && < 1.3-                     , http-media          >= 0.7.1  && < 0.8-                     , lens                >= 4.16.1 && < 4.18+                     , http-media          >= 0.7.1  && < 0.9+                     , lens                >= 4.16.1 && < 5                      , wl-pprint-annotated >= 0.1.0  && < 0.2    hs-source-dirs:      src@@ -69,13 +69,13 @@   build-depends:       base                >= 4.9    && < 4.13                      , servant-waargonaut                      , servant-server-                     , servant             >= 0.14.1 && < 0.16-                     , waargonaut          >= 0.6    && < 0.7+                     , servant             >= 0.14.1 && < 0.17+                     , waargonaut          >= 0.6    && < 0.9                       , bytestring          >= 0.10.8 && < 0.11                      , text                >= 1.2.3  && < 1.3-                     , http-media          >= 0.7.1  && < 0.8-                     , lens                >= 4.16.1 && < 4.18+                     , http-media          >= 0.7.1  && < 0.9+                     , lens                >= 4.16.1 && < 5                      , wl-pprint-annotated >= 0.1.0  && < 0.2                       , wai