diff --git a/alerts.cabal b/alerts.cabal
--- a/alerts.cabal
+++ b/alerts.cabal
@@ -1,5 +1,5 @@
 name:                alerts
-version:             0.1.2.0
+version:             0.1.3.0
 synopsis:            Alert messages for web applications
 description:         Alert messages for web applications:
     .
@@ -31,8 +31,8 @@
   other-modules:       Web.Alert.Renderer.Common
   ghc-options:         -Wall -fwarn-tabs
   build-depends:       base >= 4.7 && < 5
-                     , text >= 0.11 && < 2.0
-                     , blaze-html
+                     , text >= 0.11 && < 2.2
+                     , blaze-html >= 0.9 && < 0.10
   default-language:    Haskell2010
 
 source-repository head
