diff --git a/rest-wai.cabal b/rest-wai.cabal
--- a/rest-wai.cabal
+++ b/rest-wai.cabal
@@ -1,5 +1,5 @@
 name:                rest-wai
-version:             0.1.0.3
+version:             0.1.0.4
 description:         Rest driver for WAI applications.
 synopsis:            Rest driver for WAI applications.
 maintainer:          code@silk.co
@@ -29,9 +29,8 @@
     , http-types == 0.8.*
     , mime-types == 0.1.*
     , mtl >= 2.0 && < 2.3
-    , rest-core >= 0.31 && < 0.33
-    , rest-types == 1.10.*
-    , text == 1.1.*
+    , rest-core >= 0.31 && < 0.34
+    , text >= 0.11 && < 1.3
     , unordered-containers == 0.2.*
     , utf8-string == 0.3.*
     , wai >= 2.1 && < 3.1
