packages feed

servant-auth-token-api 0.3.2.0 → 0.4.0.0

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~servantdep ~servant-docsdep ~servant-swaggerPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: servant, servant-docs, servant-swagger, swagger2

API changes (from Hackage documentation)

- Servant.API.Auth.Token: instance Web.HttpApiData.Internal.FromHttpApiData (Servant.API.Auth.Token.Token perms)
- Servant.API.Auth.Token: instance Web.HttpApiData.Internal.ToHttpApiData (Servant.API.Auth.Token.Token perms)
+ Servant.API.Auth.Token: instance Web.Internal.HttpApiData.FromHttpApiData (Servant.API.Auth.Token.Token perms)
+ Servant.API.Auth.Token: instance Web.Internal.HttpApiData.ToHttpApiData (Servant.API.Auth.Token.Token perms)

Files

servant-auth-token-api.cabal view
@@ -1,5 +1,5 @@ name:                servant-auth-token-api-version:             0.3.2.0+version:             0.4.0.0 synopsis:            Servant based API for token based authorisation description:         Please see README.md homepage:            https://github.com/ncrashed/servant-auth-token-api#readme@@ -27,16 +27,16 @@     Servant.API.Auth.Token.Internal.DeriveJson     Servant.API.Auth.Token.Internal.Schema   build-depends:-      base >= 4.7 && < 5-    , aeson >= 0.11 && < 0.12-    , aeson-injector >= 1.0.4 && < 1.1-    , lens >= 4.13 && < 5-    , raw-strings-qq >= 1.1 && < 1.2-    , servant >= 0.7 && < 0.9-    , servant-docs >= 0.7 && < 0.9-    , servant-swagger >= 1.0 && < 2-    , swagger2 >= 2.0 && <= 3-    , text >= 1.2 && < 2+      base            >= 4.7    && < 5+    , aeson           >= 0.11   && < 0.12+    , aeson-injector  >= 1.0.4  && < 1.1+    , lens            >= 4.13   && < 5+    , raw-strings-qq  >= 1.1    && < 1.2+    , servant         >= 0.9    && < 0.10+    , servant-docs    >= 0.9    && < 0.10+    , servant-swagger >= 1.1    && < 1.2+    , swagger2        >= 2.1    && < 2.2+    , text            >= 1.2    && < 2    default-language:    Haskell2010   default-extensions: