diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,9 +1,3 @@
--- gtk2hs-cast-glade -- A type class for cast functions of Gtk2hs: glade
--- package
--- Copyright (c) 2009 Marco Túlio Gontijo e Silva <marcot@holoscopio.com>
--- CC0 Waiver 1.0 Universal [Beta 3]
--- See LICENSE
-
 import Distribution.Simple
 
 main :: IO ()
diff --git a/gtk2hs-cast-glade.cabal b/gtk2hs-cast-glade.cabal
--- a/gtk2hs-cast-glade.cabal
+++ b/gtk2hs-cast-glade.cabal
@@ -1,5 +1,5 @@
 name: gtk2hs-cast-glade
-version: 0.10.1.0
+version: 0.10.1.1
 cabal-version: >= 1.6
 build-type: Simple
 license: OtherLicense
@@ -14,9 +14,13 @@
  This package contains a type class called Cast with a function cast, that is a
  wrapper for all the castTo* functions of gtk2hs.  It makes it easier to write
  other functions that require a castTo* as a parameter, like xmlGetWidget from
- glade.
+ glade.  The main utility of these packages is to use xmlGetWidgetCast, a
+ version of xmlGetWidget defined in gtk2hs-cast-glade, which has the type:
+ xmlGetWidgetCast :: (Cast widget, WidgetClass widget) => GladeXML -> String ->
+ IO widget.
  .
- This is the glade package of gtk2hs-cast.
+ This is the glade package of gtk2hs-cast, which contains the function
+ xmlGetWidgetCast.
 category: GUI
 tested-with: GHC == 6.10.1
 library
