diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+yesod-auth-fb
+---------------
+
+[![Build Status](https://travis-ci.org/psibi/yesod-auth-fb.svg?branch=master)](https://travis-ci.org/psibi/yesod-auth-fb)
+
+Authentication backend for Yesod using Facebook
diff --git a/yesod-auth-fb.cabal b/yesod-auth-fb.cabal
--- a/yesod-auth-fb.cabal
+++ b/yesod-auth-fb.cabal
@@ -1,15 +1,15 @@
 Name:                yesod-auth-fb
-Version:             1.7
+Version:             1.8.0
 Synopsis:            Authentication backend for Yesod using Facebook.
-Homepage:            https://github.com/prowdsponsor/yesod-auth-fb
+Homepage:            https://github.com/psibi/yesod-auth-fb
 License:             BSD3
 License-file:        LICENSE
 Author:              Felipe Lessa, Michael Snoyman
-Maintainer:          Felipe Lessa <felipe.lessa@gmail.com>
+Maintainer:          Sibi <sibi@psibi.in>
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >= 1.6
-Extra-source-files:  README, demo/clientside.hs
+Extra-source-files:  README.md, demo/clientside.hs
 
 Description:
   This package allows you to use Yesod's authentication framework
@@ -35,7 +35,7 @@
 
 Source-repository head
   type:     git
-  location: git://github.com/prowdsponsor/yesod-auth-fb.git
+  location: git@github.com:psibi/yesod-auth-fb.git
 
 Library
   hs-source-dirs: src
@@ -48,13 +48,13 @@
                  , wai
                  , http-conduit >= 1.9
                  , text         >= 0.7     && < 1.3
-                 , transformers >= 0.1.3   && < 0.5
-                 , yesod-fb     == 0.3.*
-                 , fb           >= 0.14    && < 1.1
+                 , transformers >= 0.1.3   && < 0.6
+                 , yesod-fb     >= 0.4.0
+                 , fb           >= 1.1.0
                  , conduit      >= 1.0     && < 1.3
                  , bytestring   >= 0.9     && < 0.11
                  , aeson        >= 0.6
-                 , time         >= 1.0     && < 1.6
+                 , time         >= 1.0     && < 1.9
 
   Exposed-modules: Yesod.Auth.Facebook
                  , Yesod.Auth.Facebook.ClientSide
