diff --git a/yesod-auth-fb.cabal b/yesod-auth-fb.cabal
--- a/yesod-auth-fb.cabal
+++ b/yesod-auth-fb.cabal
@@ -1,5 +1,5 @@
 Name:                yesod-auth-fb
-Version:             1.0.6
+Version:             1.1
 Synopsis:            Authentication backend for Yesod using Facebook.
 Homepage:            https://github.com/meteficha/yesod-auth-fb
 License:             BSD3
@@ -37,23 +37,21 @@
   type:     git
   location: git://github.com/meteficha/yesod-auth-fb.git
 
-flag ghc7
-
 Library
   hs-source-dirs: src
 
   Build-depends:   base         >= 4.3     && < 5
                  , lifted-base  == 0.1.*
-                 , yesod-core   >= 1.0     && < 1.1
-                 , yesod-auth   >= 1.0     && < 1.1
+                 , yesod-core   == 1.1.*
+                 , yesod-auth   == 1.1.*
                  , hamlet
                  , shakespeare-js
                  , wai
                  , http-conduit
                  , text         >= 0.7     && < 0.12
                  , transformers >= 0.1.3   && < 0.4
-                 , fb           >= 0.9.6   && < 0.10
-                 , conduit      == 0.4.*
+                 , fb           == 0.11.*
+                 , conduit      == 0.5.*
                  , bytestring   == 0.9.*
                  , aeson        == 0.6.*
                  , time         >= 1.0     && < 1.5
