diff --git a/hpaste.cabal b/hpaste.cabal
--- a/hpaste.cabal
+++ b/hpaste.cabal
@@ -1,5 +1,5 @@
 Name:                hpaste
-Version:             1.0.0
+Version:             1.1.0
 stability:           Stable
 Synopsis:            Haskell paste web site.
 Description: Haskell paste web site. Includes: syntax highlighting for
@@ -23,12 +23,13 @@
   Build-depends:
     -- Hard versions
     Diff                      == 0.1.3
-   ,blaze-html                == 0.4.3.4
+   ,blaze-html                >= 0.6
+   ,blaze-markup              >= 0.5
    -- Soft versions
    ,base                      >= 4     && < 5
    ,css                       >= 0.1
    ,named-formlet             >= 0.2
-   ,snap-app                  >= 0.3.2
+   ,snap-app                  >= 0.4.0
    -- Free versions
    ,ConfigFile
    ,HJScript
