diff --git a/libmpd.cabal b/libmpd.cabal
--- a/libmpd.cabal
+++ b/libmpd.cabal
@@ -1,5 +1,5 @@
 Name:               libmpd
-Version:            0.8.0.2
+Version:            0.8.0.3
 Synopsis:           An MPD client library.
 Description:        A client library for MPD, the Music Player Daemon
                     (<http://www.musicpd.org/>).
@@ -7,12 +7,12 @@
 
 License:            LGPL
 License-file:       LICENSE
-Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2013
+Copyright:          Ben Sinclair 2005-2009, Joachim Fasting 2014
 Author:             Ben Sinclair
 
 Maintainer:         Joachim Fasting <joachim.fasting@gmail.com>
 Stability:          beta
-Homepage:           http://github.com/joachifm/libmpd-haskell
+Homepage:           http://github.com/joachifm/libmpd-haskell#readme
 Bug-reports:        http://github.com/joachifm/libmpd-haskell/issues
 
 Tested-With:        GHC == 7.0.2
@@ -49,8 +49,10 @@
       , old-locale >= 1.0 && < 2.0
       , time >= 1.1 && < 2.0
       , containers >= 0.3 && < 0.6
-      , bytestring >= 0.9 && < 0.11
-      , text == 0.11.*
+      , data-default >= 0.4.0 && < 0.6
+      , bytestring >= 0.9 && < 1
+      , text >= 0.11
+      , attoparsec >= 0.10.1 && < 0.12
 
     Exposed-Modules:
         Network.MPD
