diff --git a/persistent-postgresql.cabal b/persistent-postgresql.cabal
--- a/persistent-postgresql.cabal
+++ b/persistent-postgresql.cabal
@@ -1,5 +1,5 @@
 name:            persistent-postgresql
-version:         0.3.1
+version:         0.3.1.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -22,7 +22,7 @@
                      containers >= 0.2 && < 0.5,
                      bytestring >= 0.9 && < 0.10,
                      neither >= 0.1 && < 0.2,
-                     text >= 0.7 && < 0.11
+                     text >= 0.7 && < 0.12
     exposed-modules: Database.Persist.Postgresql
     ghc-options:     -Wall
 
