diff --git a/hback.cabal b/hback.cabal
--- a/hback.cabal
+++ b/hback.cabal
@@ -1,5 +1,5 @@
 Name:                hback
-Version:             0.0
+Version:             0.0.1
 Build-Depends:       base,haskell98,process,glade,gtk,cairo
 Build-type:          Simple
 License:             BSD3
@@ -8,7 +8,11 @@
 Maintainer:          Norbert Wojtowicz <wojtowicz.norbert@gmail.com>
 Category:            Game
 Synopsis:            N-back memory game
-Description:         N-back memory game using gtk2hs
+Description:         N-back memory game using gtk2hs.
+                     .
+                     Instructions on installation and gameplay available at:
+                     <http://pithyless.com/blog/2008/05/18/hback-haskell-n-back-memory-game/>
+Homepage:            http://pithyless.com/blog/2008/05/18/hback-haskell-n-back-memory-game/
 Extra-Source-Files:  README.txt,
                      Makefile,
                      Paths_hback.hs
