yesod-auth-zendesk 0.1.0.3 → 0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~transformersdep ~yesod-authdep ~yesod-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers, yesod-auth, yesod-core
API changes (from Hackage documentation)
Files
- yesod-auth-zendesk.cabal +4/−4
yesod-auth-zendesk.cabal view
@@ -1,5 +1,5 @@ Name: yesod-auth-zendesk-Version: 0.1.0.3+Version: 0.2 Synopsis: Zendesk remote authentication support for Yesod apps. Homepage: https://github.com/meteficha/yesod-auth-zendesk License: BSD3@@ -39,11 +39,11 @@ , cryptohash >= 0.6 , base16-bytestring , http-types- , yesod-core >= 0.10 && < 0.11- , yesod-auth >= 0.8 && < 0.9+ , yesod-core == 1.0.*+ , yesod-auth == 1.0.* , wai , http-conduit- , transformers >= 0.1.3 && < 0.3+ , transformers >= 0.1.3 && < 0.4 Exposed-modules: Yesod.Auth.Zendesk Extensions: