diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -1,5 +1,5 @@
 name:           hspec
-version:        1.0.0
+version:        1.0.0.1
 cabal-version:  >= 1.8
 build-type:     Simple
 license:        BSD3
@@ -10,6 +10,7 @@
 maintainer:     trystan.s@comcast.net
 stability:      experimental
 bug-reports:    https://github.com/hspec/hspec/issues
+homepage:       http://hspec.github.com/
 synopsis:       Behavior Driven Development for Haskell
 description:    Behavior Driven Development for Haskell
                 .
@@ -17,6 +18,8 @@
                 Hspec is just a framework for running HUnit and QuickCheck
                 tests. Compared to other options, it provides a much nicer
                 syntax that makes tests very easy to read.
+                .
+                Read the introductory documentation: <http://hspec.github.com/>
 
 source-repository head
   type: git
