diff --git a/http-types.cabal b/http-types.cabal
--- a/http-types.cabal
+++ b/http-types.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.6.0
+Version:             0.6.0.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Generic HTTP types for Haskell (for both client and server code).
@@ -61,7 +61,7 @@
                        bytestring >=0.9.1.5 && <0.10,
                        array >=0.3 && <0.4,
                        case-insensitive >=0.2 && <0.3,
-                       blaze-builder >= 0.2.1.4 && < 0.3,
+                       blaze-builder >= 0.2.1.4 && < 0.4,
                        text >= 0.11.0.2 && < 0.12
   
   -- Modules not exported by this package.
