diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.8.0.2
+    * Relax blaze-builder dependency to include 0.3 again
+
 - 0.8.0.1
     * Bump QuickCheck dependency to 2.8
 
diff --git a/blaze-html.cabal b/blaze-html.cabal
--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-html
-Version:      0.8.0.1
+Version:      0.8.0.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
@@ -52,7 +52,7 @@
 
   Build-depends:
     base          >= 4    && < 5,
-    blaze-builder >= 0.4  && < 0.5,
+    blaze-builder >= 0.3  && < 0.5,
     blaze-markup  >= 0.7  && < 0.8,
     bytestring    >= 0.9  && < 0.11,
     text          >= 0.10 && < 1.3
@@ -77,7 +77,7 @@
     test-framework-quickcheck2 >= 0.3 && < 0.4,
     -- Copied from regular dependencies...
     base          >= 4    && < 5,
-    blaze-builder >= 0.4  && < 0.5,
+    blaze-builder >= 0.3  && < 0.5,
     blaze-markup  >= 0.7  && < 0.8,
     bytestring    >= 0.9  && < 0.11,
     text          >= 0.10 && < 1.3
