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,8 @@
+## yackage
+
+This package installs a yackage executable that runs a simplistic hackage-like
+server. It allows you to upload packages produced via cabal sdist and install
+them via cabal. The trick is to add the yackage repository to your cabal config
+file, with a line such as:
+
+    remote-repo: yackage:http://localhost:3500/
diff --git a/yackage.cabal b/yackage.cabal
--- a/yackage.cabal
+++ b/yackage.cabal
@@ -1,11 +1,7 @@
 Name:                yackage
-Version:             0.7.0.5
+Version:             0.7.0.6
 Synopsis:            Personal Hackage replacement for testing new packages.
-Description:
-    This package installs a yackage executable that runs a simplistic hackage-like server. It allows you to upload packages produced via cabal sdist and install them via cabal. The trick is to add the yackage repository to your cabal config file, with a line such as:
-    .
-    remote-repo: yackage:http://localhost:3500/
-
+description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/yackage>.
 Homepage:            http://github.com/snoyberg/yackage
 License:             BSD3
 License-file:        LICENSE
@@ -14,6 +10,7 @@
 Category:            Distribution, Web, Yesod
 Build-type:          Simple
 Cabal-version:       >=1.6
+extra-source-files:  ChangeLog.md README.md
 
 flag upload
   default: True
@@ -35,7 +32,6 @@
                      , cmdargs
                      , wai >= 1.4
                      , transformers
-                     , hamlet
                      , shakespeare
                      , yesod-form >= 1.3
                      , http-types >= 0.6
