packages feed

servant-auth-client 0.2.6.0 → 0.2.6.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

package.yaml view
@@ -1,5 +1,5 @@ name:                servant-auth-client-version:             0.2.6.0+version:             0.2.6.1 synopsis:            servant-client/servant-auth compatibility description:         |     This package provides instances that allow generating clients from@@ -63,7 +63,7 @@     dependencies:       - servant-auth-client       - hspec > 2 && < 3-      - QuickCheck >= 2.8 && < 2.9+      - QuickCheck >= 2.8 && < 2.10       - aeson       - bytestring       - http-client
servant-auth-client.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           servant-auth-client-version:        0.2.6.0+version:        0.2.6.1 synopsis:       servant-client/servant-auth compatibility description:    This package provides instances that allow generating clients from                 <https://hackage.haskell.org/package/servant servant>@@ -85,7 +85,7 @@     , servant             >= 0.7  && < 0.11     , servant-auth-client     , hspec > 2 && < 3-    , QuickCheck >= 2.8 && < 2.9+    , QuickCheck >= 2.8 && < 2.10     , aeson     , bytestring     , http-client