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.1
+Version:       0.3.0.2
 Synopsis:      Blaze frontend for the digestive-functors library
 Description:   Blaze frontend for the digestive-functors library
 Homepage:      http://github.com/jaspervdj/digestive-functors
@@ -18,6 +18,7 @@
 
   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,
-    blaze-html         >= 0.4     && < 0.6,
     text               >= 0.11    && < 0.12
diff --git a/src/Text/Digestive/Blaze/Html5.hs b/src/Text/Digestive/Blaze/Html5.hs
--- a/src/Text/Digestive/Blaze/Html5.hs
+++ b/src/Text/Digestive/Blaze/Html5.hs
@@ -20,9 +20,10 @@
 import Control.Monad (forM_, when)
 
 import Data.Text (Text)
-import Text.Blaze.Internal as H
+import Text.Blaze.Html (Html, (!))
 import qualified Text.Blaze.Html5 as H
 import qualified Text.Blaze.Html5.Attributes as A
+import qualified Text.Blaze.Internal as H
 
 import Text.Digestive.View
 
