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.6.1.3
+Version:      0.7.0.0
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
@@ -50,11 +50,11 @@
     Text.Blaze.XHtml5.Attributes
 
   Build-depends:
-    base          >= 4     && < 5,
-    blaze-builder >= 0.2   && < 0.4,
-    blaze-markup  >= 0.5.1 && < 0.6,
-    bytestring    >= 0.9   && < 0.11,
-    text          >= 0.10  && < 1.2
+    base          >= 4    && < 5,
+    blaze-builder >= 0.2  && < 0.4,
+    blaze-markup  >= 0.6  && < 0.7,
+    bytestring    >= 0.9  && < 0.11,
+    text          >= 0.10 && < 1.2
 
 Test-suite blaze-html-tests
   Type:           exitcode-stdio-1.0
