diff --git a/dbus-core.cabal b/dbus-core.cabal
--- a/dbus-core.cabal
+++ b/dbus-core.cabal
@@ -1,17 +1,17 @@
 name: dbus-core
-version: 0.9.2
+version: 0.9.2.1
 synopsis: Low-level D-Bus protocol implementation
 license: GPL-3
 license-file: license.txt
-author: John Millikin
-maintainer: jmillikin@gmail.com
+author: John Millikin <jmillikin@gmail.com>
+maintainer: John Millikin <jmillikin@gmail.com>
+copyright: John Millikin 2010-2011
 build-type: Simple
-cabal-version: >=1.6
+cabal-version: >= 1.6
 category: Network, Desktop
 stability: experimental
-bug-reports: mailto:jmillikin@gmail.com
 homepage: https://john-millikin.com/software/dbus-core/
-tested-with: GHC==6.12.1
+bug-reports: mailto:jmillikin@gmail.com
 
 extra-source-files:
   readme.txt
@@ -59,9 +59,13 @@
   type: bazaar
   location: https://john-millikin.com/software/dbus-core/
 
+source-repository this
+  type: bazaar
+  location: https://john-millikin.com/branches/dbus-core/0.9/
+  tag: dbus-core_0.9.2.1
+
 library
   ghc-options: -Wall -O2
-
   hs-source-dirs: hs
 
   -- IMPORTANT: if you change these dependencies, also update them in
@@ -77,7 +81,7 @@
     , parsec >= 2.0 && < 3.2
     , text >= 0.11.1.5 && < 0.12
     , unix >= 2.2 && < 2.6
-    , vector >= 0.7 && < 0.8
+    , vector >= 0.7 && < 0.10
     , xml-types >= 0.3 && < 0.4
 
   exposed-modules:
diff --git a/src/types.anansi b/src/types.anansi
--- a/src/types.anansi
+++ b/src/types.anansi
@@ -261,7 +261,7 @@
 
 \begin{multicols}{2}
 
-Additionally, the library might already has a list of {\tt Type}s available,
+Additionally, the library might already have a list of {\tt Type}s available,
 and just wants to see if they're a valid signature. Rather than re-parsing
 them, we can assume the types are already nested correctly, and just check
 their string length.
diff --git a/tests/dbus-core-tests.cabal b/tests/dbus-core-tests.cabal
--- a/tests/dbus-core-tests.cabal
+++ b/tests/dbus-core-tests.cabal
@@ -30,5 +30,5 @@
     , text >= 0.11.1.5 && < 0.12
     , transformers >= 0.2 && < 0.3
     , unix >= 2.2 && < 2.6
-    , vector >= 0.7 && < 0.8
+    , vector >= 0.7 && < 0.10
     , xml-types >= 0.3 && < 0.4
