diff --git a/aosd.cabal b/aosd.cabal
--- a/aosd.cabal
+++ b/aosd.cabal
@@ -2,13 +2,17 @@
 -- see
 -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 Name:                aosd
-Version:             0.1
+Version:             0.1.1
 Synopsis:            Bindings to libaosd, a library for Cairo-based on-screen displays
 Description:         
  <http://www.atheme.org/project/libaosd>
  .
  @An advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.@
  .
+ Distro packages providing /libaosd/:
+ .
+ * /Debian/: @libaosd2@
+ .
  Example:
  .
  @
@@ -22,6 +26,8 @@
  \           (textRenderer markup) &#123; alignment = Just AlignCenter, colour = orange &#125; 
  \           (symDurations 3000 3000)
  @
+ .
+ Tested with /libaosd/ version 0.2.7.
 
 License:             BSD3
 License-file:        LICENSE
@@ -45,7 +51,7 @@
 
   Build-depends:       colour, transformers, X11, base >= 4 && < 5, bindings-DSL >= 1.0.11, cairo >= 0.12, pango >= 0.12 
   Build-tools:         hsc2hs
-  Pkgconfig-depends:   libaosd, libaosd-text
+  Pkgconfig-depends:   libaosd
   Default-language: Haskell2010
 
 Test-Suite test-aosd
