diff --git a/yesod-paginator.cabal b/yesod-paginator.cabal
--- a/yesod-paginator.cabal
+++ b/yesod-paginator.cabal
@@ -1,5 +1,5 @@
 name:                yesod-paginator
-version:             0.9
+version:             0.9.1
 synopsis:            A pagination approach for yesod
 description:         Paginate a list showing a per-item widget and links to other pages
 homepage:            http://github.com/pbrisbin/yesod-paginator
@@ -16,9 +16,9 @@
                    Yesod.Paginator.Widget
 
   build-depends: base       >= 4    && < 5
-               , text       >= 0.11 && < 0.12
+               , text       >= 0.11 && < 2.0
                , yesod      >= 1.2  && < 1.3
-               , persistent >= 1.2  && < 1.3
+               , persistent >= 1.3  && < 1.4
                , resourcet  >= 0.4.4
                , transformers
 
