diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+highlighting-kate 0.5.3.7 (20 Feb 2013)
+
+  * Bumped version bound on blaze-html to 0.7.
+
 highlighting-kate 0.5.3.6 (16 Feb 2013)
 
   * Added support for Curry and literate Curry (Björn Peemöller).
diff --git a/highlighting-kate.cabal b/highlighting-kate.cabal
--- a/highlighting-kate.cabal
+++ b/highlighting-kate.cabal
@@ -1,5 +1,5 @@
 Name:                highlighting-kate
-Version:             0.5.3.6
+Version:             0.5.3.7
 Cabal-Version:       >= 1.10
 Build-Type:          Simple
 Category:            Text
@@ -147,7 +147,7 @@
     cpp-options:     -D_PCRE_LIGHT
   else
     Build-depends:   regex-pcre-builtin
-  Build-Depends:     parsec, mtl, blaze-html >= 0.4.2 && < 0.6
+  Build-Depends:     parsec, mtl, blaze-html >= 0.4.2 && < 0.7
   Exposed-Modules:   Text.Highlighting.Kate
                      Text.Highlighting.Kate.Syntax
                      Text.Highlighting.Kate.Types
@@ -261,7 +261,7 @@
 
 Executable Highlight
   Main-Is:          Highlight.hs
-  Build-Depends:    base, containers, blaze-html >= 0.4.2 && < 0.6, filepath,
+  Build-Depends:    base, containers, blaze-html >= 0.4.2 && < 0.7, filepath,
                     highlighting-kate
   Hs-Source-Dirs:   extra
   Default-Language:    Haskell98
