diff --git a/dbus.cabal b/dbus.cabal
--- a/dbus.cabal
+++ b/dbus.cabal
@@ -1,5 +1,5 @@
 name: dbus
-version: 0.10.10
+version: 0.10.11
 license: GPL-3
 license-file: license.txt
 author: John Millikin <john@john-millikin.com>
@@ -83,7 +83,7 @@
 source-repository this
   type: git
   location: https://john-millikin.com/code/haskell-dbus/
-  tag: haskell-dbus_0.10.10
+  tag: haskell-dbus_0.10.11
 
 library
   ghc-options: -Wall -O2
@@ -105,7 +105,7 @@
     , text >= 0.11.1.5
     , transformers >= 0.2
     , unix >= 2.2
-    , vector >= 0.7 && < 0.11
+    , vector >= 0.7 && < 0.12
     , xml-types >= 0.3 && < 0.4
 
   exposed-modules:
@@ -147,7 +147,7 @@
     , text >= 0.11.1.5
     , transformers >= 0.2
     , unix >= 2.2
-    , vector >= 0.7 && < 0.11
+    , vector >= 0.7 && < 0.12
     , xml-types >= 0.3 && < 0.4
 
 benchmark dbus_benchmarks
