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,5 @@
+## wai-frontend-monadcgi
+
+Allows programs written against MonadCGI to run with any WAI handler. This is
+most useful for running your existing CGI apps on Warp. For true "yo
+dawg"-ness, try running this through the WAI CGI backend.
diff --git a/wai-frontend-monadcgi.cabal b/wai-frontend-monadcgi.cabal
--- a/wai-frontend-monadcgi.cabal
+++ b/wai-frontend-monadcgi.cabal
@@ -1,15 +1,16 @@
 name:            wai-frontend-monadcgi
-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:        Run CGI apps on WAI.
-description:     Allows programs written against MonadCGI to run with any WAI handler. This is most useful for running your existing CGI apps on Warp. For true "yo dawg"-ness, try running this through the WAI CGI backend.
+description:     API docs and the README are available at <http://www.stackage.org/package/wai-frontend-monadcgi>.
 category:        Web
 stability:       stable
 cabal-version:   >= 1.6
 build-type:      Simple
+extra-source-files: README.md ChangeLog.md
 
 library
     build-depends: base              >= 4        && < 5
