diff --git a/bindings-gobject.cabal b/bindings-gobject.cabal
--- a/bindings-gobject.cabal
+++ b/bindings-gobject.cabal
@@ -2,8 +2,18 @@
 name: bindings-gobject
 homepage: http://bitbucket.org/mauricio/bindings-gobject
 synopsis:
-  Low level bindings to GObject.
-version: 0.2
+  Low level bindings supporting GObject and derived libraries.
+description:
+  This package contains bindings to GObject library using
+  bindings-DSL macros and style. Like GObject, it's
+  not useful by itself, but as a foundation for other
+  libraries making use of its type system. Besides
+  GObject functionality, it also provides a few macros
+  for easy mapping of code following recomended conventions.
+  You can find documentation at this package homepage:
+  .
+  <http://bitbucket.org/mauricio/bindings-gobject>
+version: 0.2.1
 license: BSD3
 license-file: LICENSE
 maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
@@ -18,7 +28,7 @@
   build-depends:
     base >= 3 && < 5,
     bindings-DSL >= 1.0.6 && < 1.1,
-    bindings-glib >= 0.1.2 && < 0.2
+    bindings-glib >= 0.1.3 && < 0.2
   include-dirs: src
   install-includes:
     bindings-gobject.dsl.h
