diff --git a/yesod-rst.cabal b/yesod-rst.cabal
--- a/yesod-rst.cabal
+++ b/yesod-rst.cabal
@@ -1,5 +1,5 @@
 name:                yesod-rst
-version:             0.2.2
+version:             0.2.3
 synopsis:            Tools for using reStructuredText (RST) in a yesod application
 description:         A subset of pandoc functionality useful for RST processing in yesod applications
 homepage:            http://github.com/pSub/yesod-rst
@@ -23,7 +23,7 @@
                , yesod-core         >= 1.1.5 && < 1.2
                , yesod-form         >= 1.2   && < 1.3
                , hamlet             >= 1.1   && < 1.2
-               , persistent         >= 0.9   && < 1.1
+               , persistent         >= 0.9
 
   ghc-options: -Wall
 
