diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.17.0.1
+
+* Allow `blaze-html 0.8.*`.
+
 #### 0.17.0.0
 
 * Docs: More exhaustive examples of JSON messages showing each possible node in the schema at least once.
diff --git a/rest-gen.cabal b/rest-gen.cabal
--- a/rest-gen.cabal
+++ b/rest-gen.cabal
@@ -1,5 +1,5 @@
 name:                rest-gen
-version:             0.17.0.0
+version:             0.17.0.1
 description:         Documentation and client generation from rest definition.
 synopsis:            Documentation and client generation from rest definition.
 maintainer:          code@silk.co
@@ -51,7 +51,7 @@
     , Cabal >= 1.16 && < 1.23
     , HStringTemplate >= 0.6 && < 0.9
     , aeson >= 0.7 && < 0.9
-    , blaze-html >= 0.5 && < 0.8
+    , blaze-html >= 0.5 && < 0.9
     , code-builder == 0.1.*
     , directory >= 1.1 && < 1.3
     , fclabels >= 1.0.4 && < 2.1
@@ -62,7 +62,7 @@
     , json-schema >= 0.6 && < 0.8
     , pretty >= 1.0 && < 1.2
     , process >= 1.0 && < 1.3
-    , rest-core >= 0.31 && < 0.36
+    , rest-core == 0.35.*
     , safe >= 0.2 && < 0.4
     , semigroups >= 0.5.0 && < 0.17
     , scientific >= 0.3.2 && < 0.4
@@ -83,7 +83,7 @@
     , HUnit == 1.2.*
     , fclabels >= 1.0.4 && < 2.1
     , haskell-src-exts >= 1.15.0 && < 1.17
-    , rest-core >= 0.31 && < 0.36
+    , rest-core == 0.35.*
     , rest-gen
     , test-framework == 0.8.*
     , test-framework-hunit == 0.3.*
