diff --git a/persistent-template.cabal b/persistent-template.cabal
--- a/persistent-template.cabal
+++ b/persistent-template.cabal
@@ -1,5 +1,5 @@
 name:            persistent-template
-version:         0.6.2
+version:         0.6.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -15,7 +15,7 @@
 library
     build-depends:   base                     >= 4         && < 5
                    , template-haskell
-                   , persistent               >= 0.6.0     && < 0.7
+                   , persistent               >= 0.6.2     && < 0.7
                    , monad-control            >= 0.2       && < 0.3
                    , text                     >= 0.5       && < 1.0
     exposed-modules: Database.Persist.TH
