diff --git a/hyper.cabal b/hyper.cabal
--- a/hyper.cabal
+++ b/hyper.cabal
@@ -1,5 +1,5 @@
 Name:               hyper
-Version:            0.1.0.0
+Version:            0.1.0.1
 Synopsis:           Display class for the HyperHaskell graphical Haskell interpreter
 Description:
   This package is part of the /HyperHaskell/ project and provides
@@ -24,7 +24,7 @@
     hs-source-dirs:     src
     build-depends:      base         >= 4.6   && < 4.10
                         , deepseq    >= 1.2   && < 1.5
-                        , blaze-html >= 0.7   && < 0.9
+                        , blaze-html >= 0.7   && < 0.10
                         , text       >= 0.11  && < 1.3
     exposed-modules:    Hyper
                         , Hyper.Internal
