diff --git a/Database/Persist/Redis/Internal.hs b/Database/Persist/Redis/Internal.hs
--- a/Database/Persist/Redis/Internal.hs
+++ b/Database/Persist/Redis/Internal.hs
@@ -38,6 +38,7 @@
 toValue (PersistMap x) = U.fromString $ show x
 toValue (PersistRational _) = undefined
 toValue (PersistZonedTime _) = undefined
+toValue (PersistDbSpecific _) = undefined
 toValue (PersistObjectId _) = error "PersistObjectId is not supported."
 
 castOne :: SqlType -> String -> PersistValue
diff --git a/persistent-redis.cabal b/persistent-redis.cabal
--- a/persistent-redis.cabal
+++ b/persistent-redis.cabal
@@ -1,11 +1,11 @@
 name:            persistent-redis
-version:         0.0.4
+version:         0.1.0
 license:         BSD3
 license-file:    LICENSE
 author:          Pavel Ryzhov <paul@paulrz.cz>
-synopsis:        Backend for Yesod persistent library using Redis.
+synopsis:        Backend for persistent library using Redis.
 description:     Based on the Redis package.
-category:        Database, Yesod
+category:        Database
 stability:       Experimental
 cabal-version:   >= 1.8
 maintainer:      Pavel Ryzhov <paul@paulrz.cz>
@@ -19,7 +19,7 @@
     build-depends:   base                  >= 4        && < 5
                    , hedis                 >= 0.6.0    && < 0.7.0
                    , bytestring            >= 0.10.0.0 && < 0.11.0.0
-                   , persistent            >= 1.2      && < 1.3
+                   , persistent            >= 1.3      && < 1.4
                    , text                  >= 0.8
                    , aeson                 >= 0.5
                    , attoparsec
@@ -41,8 +41,8 @@
     main-is: tests/basic-test.hs
     build-depends:   base                  >= 4        && < 5
                    , hedis                 >= 0.6.0    && < 0.7.0
-                   , persistent            >= 1.2      && < 1.3
-                   , persistent-template   >= 1.2      && < 1.3
+                   , persistent            >= 1.3      && < 1.4
+                   , persistent-template   >= 1.3      && < 1.4
                    , mtl                   >= 2.1.2    && < 2.2.0
                    , transformers          >= 0.3.0.0  && < 0.4.0.0
                    , utf8-string           >= 0.3.7    && < 0.4.0
