diff --git a/hamlet.cabal b/hamlet.cabal
--- a/hamlet.cabal
+++ b/hamlet.cabal
@@ -1,5 +1,5 @@
 name:            hamlet
-version:         1.0.1.2
+version:         1.0.1.3
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -41,7 +41,7 @@
 
 flag blaze_html_0_5
     description: Use blaze-html 0.5 and blaze-markup 0.5
-    default: False
+    default: True
 
 library
     build-depends:   base             >= 4       && < 5
@@ -82,7 +82,7 @@
                  , containers       >= 0.2     && < 0.5
                  , text             >= 0.7     && < 1
                  , HUnit
-                 , hspec            >= 0.8     && < 0.10
+                 , hspec            >= 1.0     && < 1.2
                  , blaze-html       >= 0.5     && < 0.6
                  , blaze-markup     >= 0.5.1   && < 0.6
 
diff --git a/test.hs b/test.hs
--- a/test.hs
+++ b/test.hs
@@ -2,4 +2,4 @@
 import Test.Hspec
 
 main :: IO ()
-main = hspecX $ descriptions [specs]
+main = hspecX [specs]
