diff --git a/rest-happstack.cabal b/rest-happstack.cabal
--- a/rest-happstack.cabal
+++ b/rest-happstack.cabal
@@ -1,5 +1,5 @@
 Name:             rest-happstack
-Version:          0.2.9.7
+Version:          0.2.9.8
 Description:      Rest driver for Happstack.
 Synopsis:         Rest driver for Happstack.
 Maintainer:       code@silk.co
@@ -18,10 +18,10 @@
     , containers       >= 0.4    && < 0.6
     , happstack-server >= 7.0.5  && < 7.4
     , mtl              >= 2.0    && < 2.2
-    , rest-types       == 1.9.*
+    , rest-types       == 1.10.*
     , transformers     == 0.3.*
     , utf8-string      == 0.3.*
-    , rest-core        >= 0.28 && < 0.30
+    , rest-core        >= 0.28 && < 0.31
 
   Exposed-Modules:  Rest.Driver.Happstack
 
