diff --git a/yesod-routes.cabal b/yesod-routes.cabal
--- a/yesod-routes.cabal
+++ b/yesod-routes.cabal
@@ -1,5 +1,5 @@
 name:            yesod-routes
-version:         1.2.0.1
+version:         1.2.0.2
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -16,7 +16,7 @@
 
 library
     build-depends:   base                      >= 4        && < 5
-                   , text                      >= 0.5      && < 0.12
+                   , text                      >= 0.5
                    , vector                    >= 0.8      && < 0.11
                    , containers                >= 0.2
                    , template-haskell
@@ -42,7 +42,7 @@
 
     build-depends: base                      >= 4.3      && < 5
                  , yesod-routes
-                 , text                      >= 0.5      && < 0.12
+                 , text                      >= 0.5
                  , HUnit                     >= 1.2      && < 1.3
                  , hspec                     >= 1.3
                  , containers
