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,4 @@
+## wai-handler-launch
+
+This handles cross-platform launching and inserts Javascript code to ping the
+server. When the server no longer receives pings, it shuts down.
diff --git a/wai-handler-launch.cabal b/wai-handler-launch.cabal
--- a/wai-handler-launch.cabal
+++ b/wai-handler-launch.cabal
@@ -1,7 +1,7 @@
 Name:                wai-handler-launch
-Version:             3.0.0
+Version:             3.0.0.1
 Synopsis:            Launch a web app in the default browser.
-Description:         This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down.
+description:         API docs and the README are available at <http://www.stackage.org/package/wai-handler-launch>.
 License:             MIT
 License-file:        LICENSE
 Author:              Michael Snoyman
@@ -9,6 +9,7 @@
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >=1.6
+extra-source-files:  README.md ChangeLog.md
 
 Library
     Exposed-modules: Network.Wai.Handler.Launch
