diff --git a/dbus.cabal b/dbus.cabal
--- a/dbus.cabal
+++ b/dbus.cabal
@@ -1,5 +1,5 @@
 name: dbus
-version: 0.10.4
+version: 0.10.5
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -80,12 +80,12 @@
   tests/DBusTests/*.hs
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-dbus/0.10/
+  type: git
+  location: https://john-millikin.com/code/haskell-dbus/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-dbus/0.10/
+  type: git
+  location: https://john-millikin.com/code/haskell-dbus/
   tag: haskell-dbus_0.10.4
 
 flag network-bytestring-610
@@ -103,7 +103,7 @@
   build-depends:
       base >= 4.0 && < 5.0
     , bytestring >= 0.9
-    , cereal >= 0.3.4 && < 0.4
+    , cereal >= 0.3.4 && < 0.5
     , containers >= 0.1 && < 0.6
     , libxml-sax >= 0.7 && < 0.8
     , parsec >= 2.0 && < 3.2
