diff --git a/digestive-functors-blaze.cabal b/digestive-functors-blaze.cabal
--- a/digestive-functors-blaze.cabal
+++ b/digestive-functors-blaze.cabal
@@ -1,5 +1,5 @@
 Name:          digestive-functors-blaze
-Version:       0.3.0.2
+Version:       0.4.0.0
 Synopsis:      Blaze frontend for the digestive-functors library
 Description:   Blaze frontend for the digestive-functors library
 Homepage:      http://github.com/jaspervdj/digestive-functors
@@ -17,8 +17,8 @@
   Exposed-modules: Text.Digestive.Blaze.Html5
 
   Build-depends:
-    base               >= 4       && < 5,
-    blaze-html         >= 0.5     && < 0.6,
-    blaze-markup       >= 0.5     && < 0.6,
-    digestive-functors >= 0.3.0.1 && < 0.4,
-    text               >= 0.11    && < 0.12
+    base               >= 4    && < 5,
+    blaze-html         >= 0.5  && < 0.6,
+    blaze-markup       >= 0.5  && < 0.6,
+    digestive-functors >= 0.4  && < 0.5,
+    text               >= 0.11 && < 0.12
