diff --git a/persistent-protobuf.cabal b/persistent-protobuf.cabal
--- a/persistent-protobuf.cabal
+++ b/persistent-protobuf.cabal
@@ -1,5 +1,5 @@
 Name:                persistent-protobuf
-Version:             0.1.3
+Version:             0.1.4
 Synopsis:            Template-Haskell helpers for integrating protobufs with persistent.
 Description:         Template-Haskell helpers for integrating protobufs with persistent.
 Homepage:            https://github.com/mstone/persistent-protobuf
@@ -19,13 +19,13 @@
 source-repository this
   type:     git
   location: git://github.com/mstone/persistent-protobuf.git
-  tag:      v0.1.3
+  tag:      v0.1.4
 
 Library
   Exposed-modules:   Database.Persist.TH.ProtocolBuffers
   Build-Depends:     base == 4.*,
                      bytestring -any,
-                     persistent == 0.8.*,
+                     persistent == 0.9.*,
                      protocol-buffers -any,
                      protocol-buffers-descriptor -any,
                      template-haskell -any,
