diff --git a/dbus-th.cabal b/dbus-th.cabal
--- a/dbus-th.cabal
+++ b/dbus-th.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                dbus-th
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            TemplateHaskell generator of DBus bindings
 description:         This package provides functions to easily generate bindings for
                      DBus functions. See Test.hs for examples.
@@ -22,7 +22,7 @@
   build-depends:       base > 4 && < 5, containers >= 0.4,
                        syb >= 0.3.6,
                        dbus,
-                       template-haskell >=2.6, text ==0.11.*
+                       template-haskell >=2.6, text >=0.11
 
 Source-repository head
   type:     git
