diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,2 +1,5 @@
+1.1.0.1:
+- Bump hspec
+
 1.1.0.0:
 - Reexport language hyphenators
diff --git a/linebreak.cabal b/linebreak.cabal
--- a/linebreak.cabal
+++ b/linebreak.cabal
@@ -1,5 +1,5 @@
 name:                linebreak
-version:             1.1.0.0
+version:             1.1.0.1
 synopsis:            breaks strings to fit width
 description:         Simple functions to break a String to fit a maximum text
                      width, using Knuth-Liang hyphenation algorhitm.
@@ -36,6 +36,6 @@
   build-depends:       base == 4.*,
                        hyphenation >= 0.8 && < 1
                        -- same as above, plus hspec
-                       , hspec >= 2.2 && < 2.9
+                       , hspec >= 2.5 && < 2.10
   type:                exitcode-stdio-1.0
   ghc-options:         -Wall
