diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,1 @@
+No changes logged yet.
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+## wai-handler-fastcgi
+
+Calls out to the libfcgi C library.
diff --git a/wai-handler-fastcgi.cabal b/wai-handler-fastcgi.cabal
--- a/wai-handler-fastcgi.cabal
+++ b/wai-handler-fastcgi.cabal
@@ -1,17 +1,17 @@
 name:            wai-handler-fastcgi
-version:         3.0.0
+version:         3.0.0.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
 maintainer:      Michael Snoyman <michael@snoyman.com>
 synopsis:        Wai handler to fastcgi
+description:     API docs and the README are available at <http://www.stackage.org/package/wai-handler-fastcgi>.
 category:        Web
 stability:       stable
 cabal-version:   >= 1.6
 build-type:      Configure
-extra-source-files: configure fastcgi.buildinfo.in
+extra-source-files: configure fastcgi.buildinfo.in README.md ChangeLog.md
 homepage:        http://www.yesodweb.com/book/web-application-interface
-description:     Calls out to the libfcgi C library.
 
 library
     build-depends:   base              >= 4           && < 5
