diff --git a/yesod-auth-ldap-native.cabal b/yesod-auth-ldap-native.cabal
--- a/yesod-auth-ldap-native.cabal
+++ b/yesod-auth-ldap-native.cabal
@@ -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
