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