diff --git a/haskgame.cabal b/haskgame.cabal
--- a/haskgame.cabal
+++ b/haskgame.cabal
@@ -1,12 +1,14 @@
 Name:                haskgame
-Version:             0.0.2
+Version:             0.0.3
 Cabal-Version:       >= 1.2
-Synopsis:            Purely FunctionaL User Interface
+Synopsis:            Haskell game library.
 Category:            graphics
 Description:
-  This package contains a set of composable purely funcitonal widgets
-  and a mainloop adapter to adapt the widgets to run in IO.
-  It is currently based on SDL.
+  HaskGame is meant to provide a video/audio/event handling library
+  suitable for creating games or GUI's.
+  Currently it incompletely wraps the SDL so the SDL must be used.
+  In the future, it will abstract SDL completely and perhaps will also
+  have GLUT/OpenGL or X backends.
   .
   Project wiki page: <http://haskell.org/haskellwiki/HaskGame>
   .
@@ -16,7 +18,7 @@
 
 Author:              Eyal Lotem
 Maintainer:          eyal.lotem@gmail.com
---Homepage:            http://haskell.org/haskellwiki/HaskGame
+Homepage:            http://haskell.org/haskellwiki/HaskGame
 --Package-Url:         http://code.haskell.org/HaskGame
 Copyright:           (c) 2008 by Eyal Lotem
 License:             BSD3
