diff --git a/blaze-html.cabal b/blaze-html.cabal
--- a/blaze-html.cabal
+++ b/blaze-html.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.3.0.1
+Version:             0.3.0.2
 
 -- A short (one-line) description of the package.
 Synopsis:            A blazingly fast HTML combinator library.
@@ -31,12 +31,12 @@
 
 -- An email address to which users can send suggestions, bug reports,
 -- and patches.
-Maintainer:          jaspervdj@gmail.com, simon.meier@inf.ethz.ch
+Maintainer:          Jasper Van der Jeugt <jaspervdj@gmail.com>
 
 -- A copyright notice.
 -- Copyright:           
 
--- Stability of the pakcage (experimental, provisional, stable...)
+-- Stability of the package (experimental, provisional, stable...)
 Stability:           Experimental
 
 Category:            Text
@@ -51,6 +51,10 @@
 Cabal-version:       >=1.6
 
 
+Source-repository head
+  Type:              git
+  Location:          http://github.com/jaspervdj/blaze-html.git
+
 Library
   Ghc-Options:       -Wall
 
@@ -72,7 +76,7 @@
   Build-depends:     base >= 4 && < 5,
                      text >= 0.10,
                      bytestring >= 0.9,
-                     blaze-builder == 0.2.*
+                     blaze-builder == 0.2.* && >= 0.2.1
   
   -- Modules not exported by this package.
   Other-modules:     Text.Blaze.Internal
