diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+## yesod-auth-oauth
+
+Oauth Authentication for Yesod.
diff --git a/yesod-auth-oauth.cabal b/yesod-auth-oauth.cabal
--- a/yesod-auth-oauth.cabal
+++ b/yesod-auth-oauth.cabal
@@ -1,5 +1,5 @@
 name:            yesod-auth-oauth
-version:         1.4.0
+version:         1.4.0.1
 license:         BSD3
 license-file:    LICENSE
 author:          Hiromi Ishii
@@ -10,7 +10,8 @@
 cabal-version:   >= 1.6.0
 build-type:      Simple
 homepage:        http://www.yesodweb.com/
-description:     Oauth Authentication for Yesod.
+description:     API docs and the README are available at <http://www.stackage.org/package/yesod-auth-oauth>
+extra-source-files: README.md ChangeLog.md
 
 flag ghc7
 
