diff --git a/README b/README
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+This package contains GTK-related functions that I use often in my programs.
+
+It contains helper functions and custom widgets.
diff --git a/gtk-helpers.cabal b/gtk-helpers.cabal
--- a/gtk-helpers.cabal
+++ b/gtk-helpers.cabal
@@ -1,18 +1,18 @@
 Name:                gtk-helpers
-Version:             0.0.7
-Synopsis:            A collection of auxiliary operations and widgets related to Gtk
--- Description:         
+Version:             0.0.9.1
+Synopsis:            A collection of auxiliary operations and widgets related to Gtk+
+Description:         A collection of auxiliary operations and widgets related to Gtk+.
 Homepage:            http://keera.es/blog/community
 License:             BSD3
 License-file:        LICENSE
 Author:              Ivan Perez
 Maintainer:          ivan.perez@keera.es
--- Copyright:           
+-- Copyright:
 Stability:           Experimental
 Category:            Graphics
 Build-type:          Simple
--- Extra-source-files:  
-Cabal-version:       >=1.2
+Extra-source-files:  README
+Cabal-version:       >=1.6
 
 Library
   Build-depends:       base >= 4 && < 5,
@@ -20,10 +20,10 @@
 
   hs-source-dirs:      src/
 
-  -- Build-tools:         
+  -- Build-tools:
   ghc-options: -Wall
 
-  -- Exposed-modules:     
+  -- Exposed-modules:
   exposed-modules: Data.Board.GameBoardIO
                  , Game.Board.BasicTurnGame
                  , Graphics.UI.Gtk.Board.TiledBoard
@@ -46,3 +46,7 @@
                  , Graphics.UI.Gtk.Layout.EitherWidget
                  , Graphics.UI.Gtk.Layout.MaybeWidget
                  , System.Application
+
+Source-Repository head
+  Type:                 git
+  Location:             git@github.com:keera-studios/gtk-helpers.git
