packages feed

yesod-auth-ldap-native 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−4 lines, 1 filesdep −aesonPVP ok

version bump matches the API change (PVP)

Dependencies removed: aeson

API changes (from Hackage documentation)

Files

yesod-auth-ldap-native.cabal view
@@ -1,5 +1,5 @@ name:                yesod-auth-ldap-native-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Yesod LDAP authentication plugin description:         This package provides an LDAP authentication plugin for Yesod. homepage:            http://github.com/mulderr/yesod-auth-ldap-native@@ -8,7 +8,7 @@ author:              Maciej Kazulak maintainer:          kazulakm@gmail.com copyright:           2015 Maciej Kazulak-category:            Yesod.Auth+category:            Web, Yesod build-type:          Simple -- extra-source-files: cabal-version:       >=1.10@@ -20,9 +20,8 @@                        , yesod-core                        , yesod-auth                        , yesod-form-                       , aeson-                       , text                        , ldap-client+                       , text                        , semigroups                        , transformers                        , either