packages feed

ory-kratos 0.0.5.5 → 0.0.5.6

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~aesondep ~http-api-datadep ~network-uriPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, http-api-data, network-uri, uuid, wai, warp

API changes (from Hackage documentation)

Files

ory-kratos.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          ory-kratos-version:       0.0.5.5+version:       0.0.5.6 synopsis:      API bindings for Ory Kratos description:   Auto-generated API bindings for ory-kratos 0.5.5-alpha1 homepage:      https://github.com/njaremko/ory-kratos-haskell-sdk@@ -19,16 +19,16 @@    ghc-options:      -Wall   build-depends:-    , aeson                ^>=1.5.6+    , aeson                >=1.4.7 && < 1.6     , base                 ^>=4.14.0.0     , containers           ^>=0.6.2     , exceptions           ^>=0.10.4-    , http-api-data        ^>=0.4.2+    , http-api-data        >=0.4.1 && <0.5     , http-client          ^>=0.6.4     , http-client-tls      ^>=0.3.5     , http-types           ^>=0.12.3     , mtl                  ^>=2.2.2-    , network-uri          ^>=2.6.4+    , network-uri          >=2.6.3 && <2.7     , servant              ^>=0.18.2     , servant-client       ^>=0.18.2     , servant-client-core  ^>=0.18.2@@ -37,8 +37,8 @@     , text                 ^>=1.2.4     , time                 ^>=1.9.3     , transformers         ^>=0.5.6-    , uuid                 ^>=1.3.14-    , wai                  ^>=3.2.3-    , warp                 ^>=3.3.14+    , uuid                 >=1.3.13 && <1.4+    , wai                  >=3.2.2 && <3.3+    , warp                 >=3.3.13 && <3.4    default-language: Haskell2010